docs(readme): fix json syntax

This commit is contained in:
Stephan Bönnemann 2015-02-02 16:33:57 +01:00
parent cf36c2fe9b
commit f7faebb175

View File

@ -17,7 +17,7 @@ For maximum comfort you can automate this inside your `package.json`:
```json
"scripts": {
"prepublish": "semantic-release pre"
"prepublish": "semantic-release pre",
"postpublish": "semantic-release post"
}
```