From 1e16e203dc4b4633ee7dc57bb1b8705d8b48e3f2 Mon Sep 17 00:00:00 2001 From: Tiago Botelho Date: Mon, 8 Jan 2018 20:37:35 +0000 Subject: [PATCH] Fixes code markdown wrapping under Development in the README section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5e37f..def3d7d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For more info, see: ## Development 1. `npm install` -2. `./node_modules/.bin/web-ext run -s src/ +2. `./node_modules/.bin/web-ext run -s src/` ### Testing TBD