From 5154743a3aff02268bcf0fe2d6f2ba0185d252ef Mon Sep 17 00:00:00 2001 From: Tyler Stewart Date: Wed, 8 Mar 2017 20:55:16 -0700 Subject: [PATCH] chore: correct example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bedbd27e..8aac47fd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ```js const FtpSvr = require('ftp-srv'); -const ftpServer = new FtpSvr({ [options] ... }); +const ftpServer = new FtpSvr([url], { [options] ... }); ftpServer.on('...', (data, resolve, reject) => { ... })