Skip to content

Commit

Permalink
docs(readme): remove $ from code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 13, 2021
1 parent a8040ec commit b3c53d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -72,13 +72,13 @@ parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')
[NPM](https://www.npmjs.com/package/html-react-parser):

```sh
$ npm install html-react-parser --save
npm install html-react-parser --save
```

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

```sh
$ yarn add html-react-parser
yarn add html-react-parser
```

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

```sh
$ npm run test:benchmark
npm run test:benchmark
```

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

```sh
$ npx size-limit
npx size-limit
```

## Contributors
Expand Down

0 comments on commit b3c53d8

Please sign in to comment.