README.md in headmin-0.2.0 vs README.md in headmin-0.2.1

- old
+ new

@@ -97,19 +97,13 @@ $ gem bump -v {patch,minor,major,...} -p $ gem tag -p $ gem release ``` -Use the generated version number for the node module as well +Update the node module ``` -// In package.json - -{ - "name": "headmin", - "version": "{new version number here}", - ... -} - +# Manually update the version number in package.json +$ npm publish ``` ## Deployment Update the Headmin gem to the latest version ```shell