README.md in nutrella-1.2.0 vs README.md in nutrella-1.2.1
- old
+ new
@@ -64,32 +64,32 @@
Create or open a named Trello board:
$ nutrella <git-branch-name>
-Note: you can invoke the `nutrella` from your project directory or from any subdirectory.
+Note: you can invoke `nutrella` from your project directory or from any subdirectory.
## Troubleshooting
-### `method_missing: undefined method 'this'`
+#### `method_missing: undefined method 'this'`
Try updating `RubyGems`
```sh
gem update --system
```
-### `uninitialized constant Gem::Source (NameError)`
+#### `uninitialized constant Gem::Source (NameError)`
Try updating `bundler`
```sh
gem install bundler
```
-### `cannot load such file -- nutrella`
+#### `cannot load such file -- nutrella`
-This error may appear after running `irb -rubygems` and you are unable to `require 'nutrella'`. You won't be able to `require 'nutrella'` from a directory that uses Bundler. Try running `irb` instead from your home directory:
+This error may appear after running `irb -rubygems` and you are unable to `require 'nutrella'`. Try running `irb -rubygems` from your home directory:
```sh
cd ~
```