README.md in solargraph-rails-init-0.1.0 vs README.md in solargraph-rails-init-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ # solargraph-rails-init -A simple script to configure Solargraph to work with Rails that acts as a shortcut to the following commands: +A simple script that configures Solargraph to work with Rails. It acts as a shortcut to the following commands: ```bash gem install solargraph solargraph download-core yard gems @@ -14,10 +14,10 @@ ## Installation Run the following commands in your Rails app root directory: -```ruby +```bash gem install solargraph-rails-init solargraph-rails-init ``` Run `solargraph-rails-init` again if you install new gems or change your Ruby version.