Fix atom engine semver in upgrading docs

This commit is contained in:
Ivan Žužak
2015-02-05 15:07:16 +01:00
parent 83c8d904cf
commit 4361b67214

View File

@@ -63,7 +63,7 @@ When you are deprecation free and all done converting, upgrade the `engines` fie
```json
{
"engines": {
"atom": ">=0.174.0, <2.0.0"
"atom": ">=0.174.0 <2.0.0"
}
}
```