Skip to content

Commit

Permalink
docs(README): fix list numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Aug 2, 2024
1 parent 94e390f commit b34080f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ git push -u origin master
The ways to change/extend the app are:
1. Define custom settings (see files in `src/config`) that will change the standard way that the app works.
1. Add hook listeners in `src/config/hooks.js` and run custom code inside those hooks
1. Create a plug-in that has its methods linked to hooks called during the app flow
2. Add hook listeners in `src/config/hooks.js` and run custom code inside those hooks
3. Create a plug-in that has its methods linked to hooks called during the app flow
(see `src/plugins/example-plugin/`)
#### Configuration
Expand Down

0 comments on commit b34080f

Please sign in to comment.