From 19c194ab397c29bcd0d3b15c61abf98c687b1cf7 Mon Sep 17 00:00:00 2001 From: naoki-san Date: Sun, 15 Apr 2018 02:47:27 +0900 Subject: [PATCH] Improved document accuracy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e335a360..9ab91ca72 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Exposed as `eio` in the browser standalone build. try websocket. A connection attempt following a transport error will use the normal upgrade process. It is recommended you turn this on only when using SSL/TLS connections, or if you know that your network does not block websockets. - - `pfx` (`String`): Certificate, Private key and CA certificates to use for SSL. Can be used in Node.js client environment to manually specify certificate information. + - `pfx` (`String`|`Buffer`): Certificate, Private key and CA certificates to use for SSL. Can be used in Node.js client environment to manually specify certificate information. - `key` (`String`): Private key to use for SSL. Can be used in Node.js client environment to manually specify certificate information. - `passphrase` (`String`): A string of passphrase for the private key or pfx. Can be used in Node.js client environment to manually specify certificate information. - `cert` (`String`): Public x509 certificate to use. Can be used in Node.js client environment to manually specify certificate information.