Fix the version number in the upgrade guide

Esse commit está contido em:
Ben Ogle
2015-01-15 14:00:22 -08:00
commit e598856db5
+1 -1
Ver Arquivo
@@ -63,7 +63,7 @@ When you are deprecation free and all done converting, upgrade the `engines` fie
```json
{
"engines": {
"atom": ">=0.x.0, <2.0.0"
"atom": ">=0.174.0, <2.0.0"
}
}
```