README.md in erik_server-0.0.6 vs README.md in erik_server-0.0.7

- old
+ new

@@ -1,29 +1,28 @@ +[![Gem Version](https://badge.fury.io/rb/erik_server.png)](http://badge.fury.io/rb/erik_server) # Server -TODO: Write a gem description +A little ruby gem that acts as a basic web server ## Installation Add this line to your application's Gemfile: - gem 'server' + gem 'erik_server' And then execute: $ bundle Or install it yourself as: - $ gem install server + $ gem install erik_server ## Usage -TODO: Write usage instructions here +After bundling go to you terminal and type: -## Contributing + erik_server -1. Fork it ( https://github.com/[my-github-username]/server/fork ) -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create a new Pull Request +That should start the server, navigate to: + + http://localhost:1337