Skip to content

Commit 8068bb5

Browse files
authored
docs(fix): remove await keyword from url method
1 parent da7de66 commit 8068bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const bin = await sourcebin.create(
8484
`sourcebin.url(key or url)`<br>
8585

8686
```js
87-
const { url, short } = await url('qXO2NVhRc6');
87+
const { url, short } = url('qXO2NVhRc6');
8888
```
8989

9090
# FAQ

0 commit comments

Comments
 (0)