Fix some typos

This commit is contained in:
Scott King 2016-10-18 21:15:50 -04:00
parent 8a4edc550b
commit e6829b5949
No known key found for this signature in database
GPG Key ID: 6388FBC8E75B4B11
1 changed files with 2 additions and 2 deletions

View File

@ -112,13 +112,13 @@ $ jekyll --version
$ gem list jekyll
```
You can always use <a href="https://rubygems.org/gems/jekyll">RubyGems</a> to find the current stable version of the Jekyll gem. But you can also use the `gem` command line tool:
You can also use <a href="https://rubygems.org/gems/jekyll">RubyGems</a> to find the current versioning of any gem. But you can also use the `gem` command line tool:
```sh
$ gem search jekyll --remote
```
and you'll search for just the name `Jekyll`, and in brackets will be latest version. If you aren't running the latest version, run the update command:
and you'll search for just the name `jekyll`, and in brackets will be latest version. If you aren't running the latest version, run the update command:
```sh
$ gem update jekyll