Skip to content

Commit

Permalink
Removed bash highlighting for npm/yarn commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumijgupta committed Oct 4, 2019
1 parent 3f9b3c7 commit d0a959a
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 @@ -97,14 +97,14 @@ yarn run build

To contribute to react-intl-tel-input, clone this repo locally and commit your code on a separate branch. Please write tests for your code, and run the linter before opening a pull-request:

```bash
```
npm test
npm run lint
```

or

```bash
```
yarn test
yarn run lint
```
Expand Down

0 comments on commit d0a959a

Please sign in to comment.