Updated README

This commit is contained in:
Sheng
2018-08-30 07:18:34 +08:00
parent a7a3f46609
commit 41740690ac
2 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -40,8 +40,8 @@ Requirements
Quickstart
~~~~~~~~~~
1. Install this app ``pip install webssh``
2. Start a webserver ``wssh``
1. Install this app, run command ``pip install webssh``
2. Start a webserver, run command ``wssh``
3. Open your browser, navigate to ``127.0.0.1:8888``
4. Input your data, submit the form.
@@ -94,7 +94,7 @@ Use console
// connect to your ssh server
wssh.connect(hostname, port, username, password, privatekey);
// without argument, wssh will use the form data to connect
// without an argument, wssh will use the form data to connect
wssh.connect();
// define a mapping object