Browse Source

docs: update contributing

Sv443 1 năm trước cách đây
mục cha
commit
8da3204ca3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>