Skip to content

Commit

Permalink
update config documentation to Pico 2.0 YML
Browse files Browse the repository at this point in the history
  • Loading branch information
nliautaud committed Nov 6, 2017
1 parent 54eef73 commit 59a0cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Images are listed from a directory reproducting the pages path (in `images/` nex
bar-image_01.jpg
bar-image_02.gif

You can specify a different location by using the configuration setting `images_path` :
You can specify a different location in the Pico config file with the setting `images_path` :

```php
$config['images_path'] = 'images/';
```yml
images_path: images/
```

0 comments on commit 59a0cc2

Please sign in to comment.