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

Commit 66114ec

Browse files
committed
add > to every line for blockquote
1 parent 2883c5e commit 66114ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/book/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ classes for you to start with:
114114
`Zend\Console\Adapter\AdapterInterface` instance, and ensuring that execution
115115
fails in non-console environments.
116116
> To use it, you need to install zend-mvc-console via
117-
```bash
118-
composer require zendframework/zend-mvc-console
119-
```
117+
> ```bash
118+
> composer require zendframework/zend-mvc-console
119+
> ```
120120
121121
To get started, we'll create a "hello world"-style controller, with a single
122122
action. First, create the file `HelloController.php` in the directory

0 commit comments

Comments
 (0)