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

Commit efdd912

Browse files
committed
v0.1.1
1 parent 97c052f commit efdd912

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ yarn global add peerchat
3030
---
3131

3232
<!-- toc -->
33+
* [Installing](#installing)
34+
* [or using yarn:](#or-using-yarn)
3335
* [Usage](#usage)
3436
* [Commands](#commands)
3537
<!-- tocstop -->
@@ -40,7 +42,7 @@ $ npm install -g peerchat
4042
$ peerchat COMMAND
4143
running command...
4244
$ peerchat (-v|--version|version)
43-
peerchat/0.1.0 darwin-x64 node-v16.13.1
45+
peerchat/0.1.1 darwin-x64 node-v16.13.1
4446
$ peerchat --help [COMMAND]
4547
USAGE
4648
$ peerchat COMMAND
@@ -74,7 +76,7 @@ EXAMPLES
7476
$ peerchat dstack myCoolNickname
7577
```
7678

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

7981
## `peerchat discord [ROOM]`
8082

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

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

101103
## `peerchat help [COMMAND]`
102104

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "peerchat",
33
"description": "Peer-to-peer terminal chat",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "Mykhailo Marynenko @0x77dev",
66
"bin": {
77
"peerchat": "./bin/run",

0 commit comments

Comments
 (0)