Skip to content

Commit

Permalink
Improvement, remove $ from command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Dec 6, 2023
1 parent 5ad7316 commit a046cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an implementation of [JSON Pointer](http://tools.ietf.org/html/rfc6901)
### Installation via Composer

``` bash
$ composer require php-jsonpointer/php-jsonpointer
composer require php-jsonpointer/php-jsonpointer
```

### Usage
Expand Down Expand Up @@ -51,7 +51,7 @@ try {
### Running tests

``` bash
$ composer test
composer test
```

### License
Expand Down

0 comments on commit a046cc7

Please sign in to comment.