mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
fix faq, true not True
This commit is contained in:
parent
e22e6f0ef0
commit
bd6af1f901
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ This Frequently Asked Question document is meant to help people for the most com
|
|||
|
||||
### How to hide errors ?
|
||||
|
||||
Use `hideErrors: True` in createClient options
|
||||
Use `hideErrors: true` in createClient options
|
||||
You may also choose to add these listeners :
|
||||
```js
|
||||
client.on('error', () => {})
|
||||
|
|
Loading…
Reference in a new issue