Skip to content

Commit

Permalink
Fix markup in "Updating the npm package" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhlmueller committed Sep 23, 2015
1 parent 652fef5 commit 26caa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/npm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Updating the npm package
git add conf.py
git commit -m "Update version in conf.py"

2. Update version in `package.json`::
2. Update version in ``package.json``::

npm version patch // or minor, or major (needs to match version above)

Expand Down

0 comments on commit 26caa85

Please sign in to comment.