diff --git a/README.md b/README.md
index 14e5bb3d68282d80c68f4ba64bb8b979bc456afa..fb11f22f7db6b1a79f99e84d9241a8519a70383b 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,9 @@ When the theme is released, only the files in `_layouts`, `_includes`, and `_sas
 
 - Open a [Pull Request](https://github.com/pmarsceill/just-the-docs/pulls)
 - Await code review
+- Bump the version number in `just-the-docs.gemspec`
 - Run `script/build` to package the gem
-- Run `script/publish` to publish the gem to Rubygems.org
+- Run `gem push just-the-docs-<version>.gem` to publish the gem to Rubygems.org
 
 ## License