Skip to content

Commit

Permalink
docs(plugins): clarify name (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodsou authored and gr2m committed Mar 26, 2019
1 parent 14448d5 commit 24a2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example
You can extend your Hoodie’s server routes and API by creating ``hoodie/server/index.js``
in your app’s, which should export a `hapi plugin <https://hapijs.com/tutorials/plugins>`_.
All server routes defined in the plugin will be prefixed with ``/hoodie/<app name>``
All server routes defined in the plugin will be prefixed with ``/hoodie/<app name>`` where <app name> is your package.json "name" key.

Example

Expand Down

0 comments on commit 24a2eb2

Please sign in to comment.