Skip to content

Commit 37b44c1

Browse files
update code style in installation
1 parent aedf93f commit 37b44c1

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

Resources/docs/install.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
### Composer ###
44

5-
"padam87/rasterize-bundle": "~1.0",
5+
```json
6+
"padam87/rasterize-bundle": "~1.0",
7+
```
68

79
### AppKernel ###
810

9-
$bundles = array(
10-
...
11-
new Padam87\RasterizeBundle\Padam87RasterizeBundle(),
12-
);
11+
```php
12+
$bundles = array(
13+
// ...
14+
new Padam87\RasterizeBundle\Padam87RasterizeBundle(),
15+
);
16+
```
1317

1418
### Install assets ###
1519

16-
php app/console assets:install
20+
```bash
21+
php app/console assets:install
22+
```

0 commit comments

Comments
 (0)