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/)