Skip to content

Commit

Permalink
fix(doc): typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix committed Oct 14, 2021
1 parent 27ab75f commit 8c013dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Except for `host` every parameter is optional, but you can also define a set of
const opts = {
host: 'irc.server.net', // IRC hostname - required
port: 6660, // IRC port - default: 6667
tls: false, // Enable SSL/TSL Support - default false
tls: false, // Enable SSL/TLS Support - default false
nickname: 'ItsMeJiPaix', // Nickname - default: xdccJS + random
chan: ['#candy', '#fruits'], // Array of channels - default : [ ]
path: 'downloads', // Download path or 'false' - default: false (which enables piping)
Expand Down

0 comments on commit 8c013dd

Please sign in to comment.