Skip to content

Commit ade3990

Browse files
authored
Update documentation.md
1 parent 660de05 commit ade3990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
### 1) Setup the userscript header
2121

22-
Grant the userscript `GM.xmlHttpRequest` and require the UserGui, like so.
22+
Grant the userscript `GM_xmlHttpRequest`, `GM_getValue`, `GM_setValue` and require the UserGui, like so.
2323

2424
```js
2525
// @grant GM_getValue
2626
// @grant GM_setValue
27-
// @grant GM.xmlHttpRequest
27+
// @grant GM_xmlHttpRequest
2828
// @require https://raw.githubusercontent.com/AugmentedWeb/UserGui/main/usergui.js
2929
```
3030

0 commit comments

Comments
 (0)