Skip to content

Commit

Permalink
Update README.md (#233)
Browse files Browse the repository at this point in the history
Removes dollar character to fix copy/paste in README.md.

---------

Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
  • Loading branch information
parutger and Uzlopak committed Nov 20, 2023
1 parent 9bd8776 commit efa26fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Install the client with:

```
$ npm install -g smee-client
```sh
npm install -g smee-client
```

## Usage
Expand All @@ -18,8 +18,8 @@ $ npm install -g smee-client

The `smee` command will forward webhooks from smee.io to your local development environment.

```
$ smee
```sh
smee
```

Run `smee --help` for usage.
Expand Down

0 comments on commit efa26fc

Please sign in to comment.