Skip to content

Commit

Permalink
chore: correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
trs authored Mar 9, 2017
1 parent 6654f2c commit 5154743
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 @@ -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) => { ... })

Expand Down

0 comments on commit 5154743

Please sign in to comment.