We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 408e89b + 546ddf9 commit 0a74040Copy full SHA for 0a74040
1 file changed
README.md
@@ -11,7 +11,7 @@ With this wrapper you can create and get bins from https://sourceb.in/
11
import * as SourceBin from 'sourcebin-wrapper';
12
13
// Node/JavaScript
14
-const SourceBin = require('SourceBin');
+const SourceBin = require('sourcebin-wrapper');
15
```
16
17
### Create
@@ -54,4 +54,4 @@ Output for both **create** and **get**
54
}
55
]
56
57
-```
+```
0 commit comments