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

Commit eea72b4

Browse files
committed
Merge branch 'hotfix/225'
Close #225
2 parents dcfde14 + d9b9e4c commit eea72b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ http://localhost:8080/ to see if your application responds correctly!
9898
>
9999
> ```json
100100
> "scripts": {
101-
> "server": "php -S 0.0.0.0:8080 -t public/
101+
> "serve": "php -S 0.0.0.0:8080 -t public/
102102
> }
103103
> ```
104104
>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pages:
1313
- { Helpers: [{ Introduction: helpers/intro.md }, { UrlHelper: helpers/url-helper.md }, { ServerUrlHelper: helpers/server-url-helper.md }] }
1414
- { Emitters: emitters.md }
1515
- { Examples: usage-examples.md }
16-
- { Cookbook: [{ 'Prepending common path to all routes': cookbook/common-prefix-for-routes.md }, { 'Route-specific middleware pipeline': cookbook/route-specific-pipeline.md }, { 'Setting custom 404 page handling': cookbook/custom-404-page-handling.md }, { 'Registering custom view helpers for using zend-view': cookbook/using-custom-view-helpers.md }, { 'Using zend-form view helpers': cookbook/using-zend-form-view-helpers.md }] }
16+
- { Cookbook: [{ 'Prepending a common path to all routes': cookbook/common-prefix-for-routes.md }, { 'Route-specific middleware pipelines': cookbook/route-specific-pipeline.md }, { 'Setting custom 404 page handling': cookbook/custom-404-page-handling.md }, { 'Registering custom view helpers when using zend-view': cookbook/using-custom-view-helpers.md }, { 'Using zend-form view helpers': cookbook/using-zend-form-view-helpers.md }] }
1717
site_name: zend-expressive
1818
site_description: 'zend-expressive: PSR-7 Middleware Microframework'
1919
repo_url: 'https://github.com/zendframework/zend-expressive'

0 commit comments

Comments
 (0)