From d0a959aa18fbc180a103447944fffe4db8ef4873 Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 4 Oct 2019 11:58:14 +0530 Subject: [PATCH] Removed bash highlighting for npm/yarn commands in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb29f50c9..c07f043aa 100644 --- a/README.md +++ b/README.md @@ -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 ```