Skip to content

Commit

Permalink
docs(readme.md): fix the path to hooks-example.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Nov 22, 2021
1 parent bba2b9d commit fab3f4b
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 @@ -148,7 +148,7 @@ Data flow, state and requests to services, in a simplified view, happens as foll
that in their turn may change the URL and trigger the step 2 again.
9. Several app hooks are called during the app flow, and it is possible to listen to these hooks and run custom code
to modify some app behavior.
The available hooks are listed in `src/config/hook-example.js` and must be coded in `src/config/hooks.js`.
The available hooks are listed in `src/config-examples/hooks-example.js` and must be coded in `src/config/hooks.js`.

### Feature-by-folder design ###

Expand Down

0 comments on commit fab3f4b

Please sign in to comment.