Browse Source

fix: update @require

Sven 1 year ago
parent
commit
9cd5e3f5a9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README-summary.md

+ 4 - 1
README-summary.md

@@ -64,10 +64,13 @@ If you like using this library, please consider [supporting the development ❤
 
 <br>
 
-- If you are not using a bundler, you can include the latest release from GreasyFork by adding this directive to the userscript header:
+- If you are not using a bundler, you can include the latest release from GreasyFork by adding one of these directives to the userscript header, depending on your preferred CDN:
     ```
     // @require https://greasyfork.org/scripts/472956-userutils/code/UserUtils.js
     ```
+    ```
+    // @require https://openuserjs.org/src/libs/Sv443/UserUtils.js
+    ```
     Then, access the functions on the global variable `UserUtils`:
     ```ts
     UserUtils.addGlobalStyle("body { background-color: red; }");