From 40aa4ffff40979f27396d8e91b4f89a14fb55533 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 25 Aug 2015 14:59:59 +0100 Subject: [PATCH] Modified look and added wiki link --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac88bfe..a209fca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the ### Build Commands ### npm install npm run build - npm run build-chrome npm run build-firefox npm run build-extensions (firefox and chrome) @@ -13,7 +12,10 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the ### Modification ### If you want to modify the code in any way, you must run `npm run develop`. This build all the code, but doesnt delete any files you may have modified as `npm run build` does. -## Disclaimer: ## +## 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. -All the time the app has a version of '0.0.0', the extensions are considered to be unstable and unlikely to work properly if at all. \ No newline at end of file +All the time the app has a version of `0.0.0`, the extensions are considered to be unstable and unlikely to work properly if at all. + +## More Info ## +More information can be found in the [Wiki](wiki/)