Skip to content

Commit c00544a

Browse files
committed
Merge branch 'master' of github.com:jasongerard/remoteit-cli
2 parents 82ebb87 + 8462c41 commit c00544a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`remoteit` is a command line interface to remot3.it.
44

55
The remot3.it API allows you to login, list devices, and request a proxy connection. You currently
6-
cannot add or edit devices from the API.
6+
cannot add or edit devices using the API.
77

88
In order to use `remoteit` you will need a remot3.it account. You can signup for an account at
99
[https://app.remote.it/auth/#/sign-up](https://app.remote.it/auth/#/sign-up).
@@ -73,8 +73,8 @@ $ ssh pi@$(remoteit connect ssh-pi 127.0.0.1 --format ssh)
7373
```
7474

7575
If you want to bypass using the cached devices you can add the `--nocache` flag.
76-
If the device cache doesn't exist (because you have ran `remoteit devices`) running
76+
If the device cache doesn't exist (because you have not run `remoteit devices`) running
7777
`remoteit connect` will run as if `--nocache` was passed.
7878

7979
If you do not specify the `hostip` argument, the Last IP used to access the device
80-
will be used, either from the cache or from a fresh API call.
80+
will be used, either from the cache or from a fresh API call.

0 commit comments

Comments
 (0)