Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
fix url link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samsel committed Sep 3, 2015
1 parent f22a917 commit 9ebb5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Additionally, it can contain the following **optional** properties,
- `routesFilePath`: <String> - path for the file that contains the react router routes.
react-engine uses this behind the scenes to reload the routes file in
cases where [express's app property](http://expressjs.com/api.html#app.set) `view cache` is false, this way you don't need to restart the server every time a change is made in the view files or routes file.
- `renderOptionsKeysToFilter`: <Array> - an array of keys that need to be filtered out from the data object that gets fed into the react component for rendering. [more info](https://github.com/paypal/react-engine#data-for-component-rendering)
- `renderOptionsKeysToFilter`: <Array> - an array of keys that need to be filtered out from the data object that gets fed into the react component for rendering. [more info](#data-for-component-rendering)
- `performanceCollector`: <Function> - to collects [perf stats](#performance-profiling)

###### Rendering views on server side
Expand Down

0 comments on commit 9ebb5aa

Please sign in to comment.