README.md in warp-dir-1.5.0 vs README.md in warp-dir-1.6.0

- old
+ new

@@ -41,11 +41,11 @@ ```bash $ gem install warp-dir --no-ri --no-rdoc ``` - - [ ] The last step is to install the `wd` BASH function and auto-completion. This step appends the required shell function to your shell initialization file, that is specified with the `--dotfile` flag. + - The last step is to install the `wd` BASH function and auto-completion. This step appends the required shell function to your shell initialization file, that is specified with the `--dotfile` flag. ```bash $ warp-dir install --dotfile ~/.bash_profile ``` @@ -55,10 +55,10 @@ $ wd help ``` If the above command returns a properly formatted help that looks like the image below, your setup is now complete! -![Image](doc/wd-help.png) +![Image](doc/wd-help.png?refresh=1) ## Usage __NOTE:__ in the below examples, the characters `~ ❯ ` denote the current shell prompt, showing the current folder you are in. The command to type is on the right hand side of the "❯".