README.md in neutron-ruby-electron-0.1.0 vs README.md in neutron-ruby-electron-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # Neutron Neutron is a mini framework to build desktop app with [Electron](https://electron.atom.io/) and [Ruby](https://www.ruby-lang.org/). Neutron follow the pattern `MVC` where the `V` is handled by Electron and (if you want) [ReactJS](https://facebook.github.io/react/). -The `MC` can be handled with pure Ruby code. +The `MC` is handled with pure Ruby code. ## Installation Install it yourself as: @@ -115,10 +115,10 @@ In this componenet the sum is calculated by the method `add` in the Ruby controller. ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/pioz/neutron. +Bug reports and pull requests are welcome on GitHub at https://github.com/pioz/neutron-ruby-electron. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).