@docbox-nz/hapi-gateway 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -68,7 +68,7 @@ server.register({
68
68
  });
69
69
  ```
70
70
 
71
- ## Complex Routing Setup
71
+ ## Custom Routing Setup
72
72
 
73
73
  If you have a more complex routing setup for your hapi app, you can use the `createDocboxRoutes` function to create a docbox setup and obtain a list of routes that you can manually add using `server.route`
74
74