Skip to content

Commit 47e8d92

Browse files
committed
Publish v0.1.1
1 parent f9a020d commit 47e8d92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All options can be passed either through environment or CLI args
2323
```bash
2424
skychat-cli -h some-skychat.com -u user -p password
2525
# or
26-
SKYCHAT_HOST=skych.at SKYCHAT_USER=user SKYCHAT_PASSWORD=password skychat-cli
26+
SKYCHAT_HOST=some-skychat.com SKYCHAT_USER=user SKYCHAT_PASSWORD=password skychat-cli
2727
```
2828

2929
You can log in as guest by not specifying user/password

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skychat-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Connect to a SkyChat instance using CLI",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)