Skip to content

Commit 0a74040

Browse files
authored
Merge pull request #1 from MatievisTheKat/patch-1
Fix require statement
2 parents 408e89b + 546ddf9 commit 0a74040

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With this wrapper you can create and get bins from https://sourceb.in/
1111
import * as SourceBin from 'sourcebin-wrapper';
1212

1313
// Node/JavaScript
14-
const SourceBin = require('SourceBin');
14+
const SourceBin = require('sourcebin-wrapper');
1515
```
1616

1717
### Create
@@ -54,4 +54,4 @@ Output for both **create** and **get**
5454
}
5555
]
5656
}
57-
```
57+
```

0 commit comments

Comments
 (0)