Skip to content

Commit b3c53d8

Browse files
docs(readme): remove $ from code blocks
1 parent a8040ec commit b3c53d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')
7272
[NPM](https://www.npmjs.com/package/html-react-parser):
7373

7474
```sh
75-
$ npm install html-react-parser --save
75+
npm install html-react-parser --save
7676
```
7777

7878
[Yarn](https://yarnpkg.com/package/html-react-parser):
7979

8080
```sh
81-
$ yarn add html-react-parser
81+
yarn add html-react-parser
8282
```
8383

8484
[CDN](https://unpkg.com/html-react-parser/):
@@ -489,7 +489,7 @@ See [#238](https://github.com/remarkablemark/html-react-parser/issues/238) and [
489489
Run benchmark:
490490

491491
```sh
492-
$ npm run test:benchmark
492+
npm run test:benchmark
493493
```
494494

495495
Output of benchmark run on MacBook Pro 2017:
@@ -503,7 +503,7 @@ html-to-react - Complex x 8,118 ops/sec ±2.99% (82 runs sampled)
503503
Run [Size Limit](https://github.com/ai/size-limit):
504504

505505
```sh
506-
$ npx size-limit
506+
npx size-limit
507507
```
508508

509509
## Contributors

0 commit comments

Comments
 (0)