Skip to content

Commit 7f2d57a

Browse files
committed
Update README
1 parent 82d3727 commit 7f2d57a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An opinionated starter for Cycle.js projects powered by TypeScript.
1919
* Unit testing with Mocha and Chai
2020
* UI Integration tests with Cypress
2121
* Explanation of folder structure
22-
* Wiki section on recommended practices
22+
* Wiki section on recommended/best practices
2323
* Better README (duh!)
2424

2525
## Notes
@@ -35,3 +35,4 @@ To make full use of these, you need the following extensions:
3535
### Troubleshooting / Tips
3636
* 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`.
3737
* 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__ ? '<your-public-path-here>' : '/';`
38+
* If you need help with something, or have feedback, suggestions, feel free to open an issue on this repository.

0 commit comments

Comments
 (0)