Procházet zdrojové kódy

docs: update contributing

Sv443 před 1 rokem
rodič
revize
8da3204ca3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/CONTRIBUTING.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -15,7 +15,7 @@ Thanks to Matt Pocock for his video on how to set up a modern TypeScript library
 | :-- | :-- |
 | `npm run lint` | Run TSC and ESLint to lint the code |
 | `npm run build` | Build the project with tsup, outputting CJS and ESM bundles as well as TypeScript declarations to `dist/` |
-| `npm run build-global` | Build the project with tsup, outputting a bundle that exports as a global, including a userscript header to `dist/` (for publishing to greasyfork) |
+| `npm run build-global` | Build the project with tsup, outputting a bundle that exports as a global, including a userscript header to `dist/` (for publishing to greasyfork and OpenUserJS) |
 | `npm run dev` | Watch for changes and build the project with sourcemaps |
 
 <br>