Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.

Commit 48a1fb7

Browse files
author
Will Nelson
authored
fix(readme): fix example
1 parent 0e5d515 commit 48a1fb7

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
@@ -7,7 +7,7 @@ A REST router and ratelimiter for the Discord API. Supports local and distribute
77
```js
88
const { Rest } = require('@spectacles/rest');
99
const rest = new Rest('token here');
10-
rest.get(`channels/${someID}`).then(console.log);
10+
rest.get(`/channels/${someID}`).then(console.log);
1111
```
1212

1313
The rest instance has the following methods:

0 commit comments

Comments
 (0)