Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
- seems README being updated because I run `npm install` again
- fix dedup dependencies
  • Loading branch information
DrSensor committed Jan 9, 2019
1 parent 3ee9d84 commit 1c36781
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 197 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ All notable changes to this project will be documented in this file. See [standa

* implement basic Bot class ([6160746](https://github.com/DrSensor/bot-byte/commit/6160746))
* **lib:** able to setoption before instantiates ([7b2710f](https://github.com/DrSensor/bot-byte/commit/7b2710f))
* **lib:** add event for recieve response message ([0406380](https://github.com/DrSensor/bot-byte/commit/0406380))
* **lib:** add event for receive response message ([0406380](https://github.com/DrSensor/bot-byte/commit/0406380))
* **lib:** group database, pairing, payment events ([2c4f947](https://github.com/DrSensor/bot-byte/commit/2c4f947))
* **lifecycle:** add register event handler️ ⌛️ ([69cd2f0](https://github.com/DrSensor/bot-byte/commit/69cd2f0))
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g botbyte
$ botbyte COMMAND
running command...
$ botbyte (-v|--version|version)
botbyte/0.0.0 linux-x64 node-v10.14.1
botbyte/0.1.0 linux-x64 node-v10.14.1
$ botbyte --help [COMMAND]
USAGE
$ botbyte COMMAND
Expand All @@ -31,7 +31,6 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`botbyte hello [FILE]`](#botbyte-hello-file)
* [`botbyte help [COMMAND]`](#botbyte-help-command)
* [`botbyte new [FILE]`](#botbyte-new-file)
* [`botbyte run [FILE]`](#botbyte-run-file)
Expand Down Expand Up @@ -67,7 +66,7 @@ OPTIONS
-n, --name=name name to print
```

_See code: [src/commands/new.ts](https://github.com/DrSensor/bot-byte/blob/v0.0.0/src/commands/new.ts)_
_See code: [dist/commands/new.ts](https://github.com/DrSensor/bot-byte/blob/v0.1.0/dist/commands/new.ts)_

## `botbyte run [FILE]`

Expand All @@ -83,5 +82,5 @@ OPTIONS
-n, --name=name name to print
```

_See code: [src/commands/run.ts](https://github.com/DrSensor/bot-byte/blob/v0.0.0/src/commands/run.ts)_
_See code: [dist/commands/run.ts](https://github.com/DrSensor/bot-byte/blob/v0.1.0/dist/commands/run.ts)_
<!-- commandsstop -->
Loading

0 comments on commit 1c36781

Please sign in to comment.