Skip to content

Commit 7ed5a99

Browse files
committed
doc: fix bash syntax on readme
1 parent ab3d134 commit 7ed5a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Why you should prefer Graphile Worker instead of [Bull](https://github.com/nestj
2222

2323
## Installation
2424

25-
```bash
26-
$ npm install nestjs-graphile-worker
25+
```sh
26+
npm install nestjs-graphile-worker
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)