Skip to content

Commit

Permalink
add example for tls option in constructor + fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix committed Oct 14, 2021
1 parent 863b4fa commit cece9fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ export interface ParamsIRC {
*/
verbose?: boolean
/**
* Enable TSL/SSL
* Enable TLS/SSL
* @default `false`
* @example
* ```js
* params.tls = true
* ```
*/
tls?: boolean
}
Expand Down

0 comments on commit cece9fa

Please sign in to comment.