From 72cc1194a027ff9ef3c6bfc7361c6b41de5bd0e8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 24 Aug 2015 21:57:08 +0100 Subject: [PATCH] Fix readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7757288..92e57eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Hipchat Emoticons for all! # - ## Building for yourself ## Whilst I recommend that you use the plugins that are on the add-on stores of the respective browsers, building the apps yourself is perfectly possible, and __should__ be self contained within this application. I am building this on Ubuntu 15.04, but your luck may vary on other platforms. ### Build Commands ### @@ -9,7 +8,7 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the npm run build-chrome npm run build-firefox - npm run build-extensions (firefox __and__ chrome) + npm run build-extensions (firefox and chrome) ## Disclaimer: ## As you can tell, the quality of the code isnt perfect, or to a particular standard. Once the plugin works properly to a basic level, I will install some linting software to make the code look nicer, and possibly run smoother too.