Fix typo in example (parameters were mixed) (#2658)

This commit is contained in:
prog1407 2019-02-11 11:47:14 +03:00 committed by Marcel Stör
parent 5514475ab0
commit 30744afd24
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Wrapper to createServer() which also connects to the WiFi channel.
#### Example
```Lua
require("ftpserver").open('myWifi', 'wifiPassword', 'user', 'password')
require("ftpserver").open('user', 'password', 'myWifi', 'wifiPassword')
```
## close()