Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhouwzhou committed Jul 6, 2017
1 parent ccaf5fb commit 7967a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The object will try to update its banlist on creation, however you can update th
**To update the ban list manually:**
```banlist.update();```

This returns promise, and you can get the ban list from it with either the thenable or `banlist.list` or `banlist.array()`.
This returns promise, and you can get the ban list from it with either the thenable or `banlist.list` or the thenable of `banlist.array()`.
<br></br>
**It is recommended you update your ban list every two hours**
<br></br>
Expand Down Expand Up @@ -60,4 +60,4 @@ If for whatever reason you would like to switch tokens mid-execution, you can do
console.log(banlist.list);

//Get the full list as an array
console.log(banlist.array());
console.log(await banlist.array());

0 comments on commit 7967a6f

Please sign in to comment.