8000 docs: update npm scoped package name · cAttte/pastebin.js@6f04aab · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 6f04aab

Browse files
committed
docs: update npm scoped package name
1 parent 8907f86 commit 6f04aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An object-oriented JavaScript wrapper for the Pastebin API.
77
## Quick Example
88

99
```js
10-
const { PastebinClient } = require("pastebin.js")
10+
const { PastebinClient } = require("@catte_/pastebin.js")
1111
const pastebin = new PastebinClient(process.env.API_KEY)
1212

1313
const paste = await pastebin.pastes.create("console.log('hello, world')", {
@@ -50,7 +50,7 @@ const {
5050
PasteStore,
5151
UserStore,
5252
UserPasteStore
53-
} = require("pastebin.js")
53+
} = require("@catte_/pastebin.js")
5454
```
5555

5656
### PastebinClient

0 commit comments

Comments
 (0)
0