From 858578955aecd1ac7b8ca054bb1f91ba6e672a95 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Thu, 3 Mar 2016 23:48:23 +0300 Subject: [PATCH] Improve ssh2 note --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aefd150..262c501 100644 --- a/readme.md +++ b/readme.md @@ -714,7 +714,7 @@ - [os-locale](https://github.com/sindresorhus/os-locale) - Get the system locale. - [nan](https://github.com/nodejs/nan) - A header file filled with macro and utility goodness for making add-on development for across Node.js versions easier. - [multiline](https://github.com/sindresorhus/multiline) - Multiline strings in JavaScript. -- [ssh2](https://github.com/mscdex/ssh2) - An SSH2 client module. +- [ssh2](https://github.com/mscdex/ssh2) - An SSH2 client and server module. - [lazy-req](https://github.com/sindresorhus/lazy-req) - Require modules lazily. - [file-type](https://github.com/sindresorhus/file-type) - Detect the file type of a Buffer. - [Bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy.