From 7f2d57af0dfeecbfd64f5a576a8b95c00a947820 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Fri, 20 Oct 2017 00:52:02 +0530 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe7451..1bda5e2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ An opinionated starter for Cycle.js projects powered by TypeScript. * Unit testing with Mocha and Chai * UI Integration tests with Cypress * Explanation of folder structure -* Wiki section on recommended practices +* Wiki section on recommended/best practices * Better README (duh!) ## Notes @@ -35,3 +35,4 @@ To make full use of these, you need the following extensions: ### Troubleshooting / Tips * If using on Windows machines, make sure you have the [build tools](https://github.com/felixrieseberg/windows-build-tools) ready before doing an `npm install`. * If hosting on a subdirectory, you need to change the `PROJECT_PUBLIC_PATH` in `webpack.config.js` only for production. You can do this by changing line #32 of the file to `var PROJECT_PUBLIC_PATH = __PROD__ ? '' : '/';` +* If you need help with something, or have feedback, suggestions, feel free to open an issue on this repository.