Skip to content

Commit e6d7e2d

Browse files
committed
Fixed documentation
1 parent f3afbd2 commit e6d7e2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Access to `site.github` for getting a repository's metadata.
44

55
**Require**:
66

7-
* Spress >= 1.0.2
7+
* Spress >= 1.0.2 and < 2.
88
* PHP cURL extension.
99

1010
### How to install?
1111

1212
Go to your Spress site and add the following to your `composer.json` and run
1313
`composer update`:
1414

15-
```
15+
```json
1616
"require": {
1717
"spress/github-metadata-plugin": "~1.0-dev"
1818
}
@@ -22,7 +22,7 @@ Go to your Spress site and add the following to your `composer.json` and run
2222

2323
Add the following to your `config.yml`:
2424

25-
```
25+
```yaml
2626
#Your repository's name:
2727
repository: spress/Spress
2828

0 commit comments

Comments
 (0)