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

Commit 6e362f9

Browse files
authored
capitalize UserPasteStore in docs
1 parent 30a02b0 commit 6e362f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)