README.md in vueonrails-0.1.0 vs README.md in vueonrails-0.2.0

- old
+ new

@@ -1,18 +1,18 @@ # Welcome to Vue on Rails Gem 💎 > Vue for your favourite Ruby on Rails projects -The Vue on Rails gem makes it easy to build your Rails with Vue application. +The Vue on Rails gem makes it easy to build your Rails with Vue components. It ships out-of-the-box configuration, component generators and solutions to make life easy for both Vue and Rails. --- ## Getting Started -To create an empty Vue on Rails project, please run the following Rails command with an application template +Create an empty Vue on Rails project by running with an application template: ``` rails new app -m http://vueonrails.com/vue ``` @@ -38,21 +38,21 @@ - [Official Rails documentation](https://guides.rubyonrails.org) - [Official Vue documentation](https://vuejs.org/v2/guide/) - [Official Vue Curated components](https://curated.vuejs.org) - [Vuecomponents.com](https://vuecomponents.com) - [Vuetoolbox.com](http://www.vuetoolbox.com) -- [Github search for vue stuffs](https://github.com/search?o=desc&q=vue&s=stars&type=Repositories) +- [Github search for Vue stuffs](https://github.com/search?o=desc&q=vue&s=stars&type=Repositories) - [Stackoverflow.com](https://stackoverflow.com/questions/tagged/vue.js+ruby-on-rails) +- [Vue on Rails github](https://github.com/vueonrails) - - On stackoverflow.com, tag your Vue on Rails questions with Vue & Rails and we will try to answer you. - And it is likely that I missed some great online materials. If you think there is a more worthy resource, please edit this readme via a pull request. -- Find a bug? [Submit an issue](https://github.com/ytbryan/vueonrails/issues) on our tracker. +- Find a bug? [Submit an issue](https://github.com/vueonrails/vueonrails/issues) on our tracker. -- Find something wrong? [Send a pull request](https://github.com/ytbryan/vueonrails/pulls). +- Find something wrong? [Send a pull request](https://github.com/vueonrails/vueonrails/pulls). --- ## Contact @@ -64,7 +64,7 @@ --- ## MIT License -Bug reports and pull requests are welcome on GitHub at https://github.com/ytbryan/vueonrails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/vueonrails/vueonrails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).