Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 29, 2022
1 parent 97c052f commit efdd912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ yarn global add peerchat
---

<!-- toc -->
* [Installing](#installing)
* [or using yarn:](#or-using-yarn)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
Expand All @@ -40,7 +42,7 @@ $ npm install -g peerchat
$ peerchat COMMAND
running command...
$ peerchat (-v|--version|version)
peerchat/0.1.0 darwin-x64 node-v16.13.1
peerchat/0.1.1 darwin-x64 node-v16.13.1
$ peerchat --help [COMMAND]
USAGE
$ peerchat COMMAND
Expand Down Expand Up @@ -74,7 +76,7 @@ EXAMPLES
$ peerchat dstack myCoolNickname
```

_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.0/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.1/src/commands/index.ts)_

## `peerchat discord [ROOM]`

Expand All @@ -96,7 +98,7 @@ EXAMPLES
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
```

_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.0/src/commands/discord/index.ts)_
_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.1/src/commands/discord/index.ts)_

## `peerchat help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "peerchat",
"description": "Peer-to-peer terminal chat",
"version": "0.1.0",
"version": "0.1.1",
"author": "Mykhailo Marynenko @0x77dev",
"bin": {
"peerchat": "./bin/run",
Expand Down

0 comments on commit efdd912

Please sign in to comment.