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

Commit da8c0e4

Browse files
committed
Merge branch 'hotfix/286'
Close #286
2 parents e999a59 + 7b79b26 commit da8c0e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Initial stable release.
3030
- [#285](https://github.com/zendframework/zend-expressive/pull/285) updates
3131
the section on mtymek/blast-base-url in the "Using a Base Path" cookbook
3232
recipe to conform to its latest release.
33+
- [#286](https://github.com/zendframework/zend-expressive/pull/286) fixes the
34+
documentation of the Composer "serve" command to correct a typo.
3335

3436
## 1.0.0rc7 - 2016-01-21
3537

doc/book/getting-started/standalone.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-
> "serve": "php -S 0.0.0.0:8080 -t public/
101+
> "serve": "php -S 0.0.0.0:8080 -t public/"
102102
> }
103103
> ```
104104
>

0 commit comments

Comments
 (0)