Readme.md in vuejs-rails-2.1.6 vs Readme.md in vuejs-rails-2.1.10

- old
+ new

@@ -7,12 +7,12 @@ Rails 3.1+ asset-pipeline gem to provide Vue.js ### Package Versions -- vue v2.1.6 -- vue-router v2.1.1 +- vue v2.1.10 +- vue-router v2.2.0 - vue-resource v1.0.3 ### Setup Have in your Gemfile: @@ -33,10 +33,10 @@ In `app/views/layouts/application.html.erb`, move this line from the head of the document to the end of the body: ```html <%= javascript_include_tag 'application' %> -``` +``` You may write your Vue.js code directly in your views using `<script>` tags, or in a separate Javascript file (recommended). ## Contributing