1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 14:42:26 +03:00

Don't use a 0 in the version example

This commit is contained in:
Mark Otto 2015-05-26 14:47:27 -07:00
parent 11a87dd729
commit 8b00a7a8a2

View File

@ -109,7 +109,7 @@ Within `bower.json`, update to a new release by changing the version number that
{
"name": "myapp",
"dependencies": {
"primer-css": "0.x.x"
"primer-css": "x.x.x"
}
}
```