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

Commit b67908b

Browse files
committed
Syntax highlighting in code samples (GFM)
1 parent 0364cda commit b67908b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ accordingly. This class is insertable into a Middleware Stack Builder, like
1010

1111
Install with Composer:
1212

13-
% curl -sS https://getcomposer.org/installer | php
14-
% php composer.phar require chh/url-map:~1.0@dev
13+
```bash
14+
$ curl -sS https://getcomposer.org/installer | php
15+
$ php composer.phar require chh/url-map:~1.0@dev
16+
```
1517

1618
## Example
1719

@@ -39,8 +41,8 @@ $map = [
3941
];
4042

4143
$app = (new Stack\Builder())
42-
->push('Stack\UrlMap', $map)
43-
->resolve($app);
44+
->push('Stack\UrlMap', $map)
45+
->resolve($app);
4446

4547
$request = Request::createFromGlobals();
4648

0 commit comments

Comments
 (0)