We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3afbd2 commit e6d7e2dCopy full SHA for e6d7e2d
1 file changed
README.md
@@ -4,15 +4,15 @@ Access to `site.github` for getting a repository's metadata.
4
5
**Require**:
6
7
-* Spress >= 1.0.2
+* Spress >= 1.0.2 and < 2.
8
* PHP cURL extension.
9
10
### How to install?
11
12
Go to your Spress site and add the following to your `composer.json` and run
13
`composer update`:
14
15
-```
+```json
16
"require": {
17
"spress/github-metadata-plugin": "~1.0-dev"
18
}
@@ -22,7 +22,7 @@ Go to your Spress site and add the following to your `composer.json` and run
22
23
Add the following to your `config.yml`:
24
25
+```yaml
26
#Your repository's name:
27
repository: spress/Spress
28
0 commit comments