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

Commit d8629fe

Browse files
committed
Merge branch 'master' of https://github.com/cAttte/pastebin.js
2 parents 09f0280 + 25d980a commit d8629fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An object-oriented JavaScript wrapper for the Pastebin API.
66
# Docs
77
The module exports 8 classes:
88
```js
9-
const { PastebinClient, PastebinError, Paste, User, ClientUser, PasteStore, UserStore, userPasteStore } = require("pastebin.js")
9+
const { PastebinClient, PastebinError, Paste, User, ClientUser, PasteStore, UserStore, UserPasteStore } = require("pastebin.js")
1010
```
1111

1212
## PastebinClient

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pastebin.js",
33
"version": "1.0.0",
4-
"description": "An OOP JavaScript wrapper for the Pastebin API",
4+
"description": "An object-oriented JavaScript wrapper for the Pastebin API.",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)