Skip to content

Commit d8c9689

Browse files
committed
Update README.md
1 parent 3bc55a1 commit d8c9689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
RailsScript is a Rails-centric, object oriented, featherweight framework for writing CoffeeScript. It is optimized for the [Rails Asset Pipeline](http://guides.rubyonrails.org/asset_pipeline.html) and is compatible with [TurboLinks](https://github.com/rails/turbolinks). Using Rails controller names and actions to call JavaScript, it has never been easier to write clean, concise, and maintainable page specific JavaScript.
44

5-
## Upgrade From 0.x to 1.x
5+
## Upgrading to V2
66

7-
To migrate from version 0.x to 1.x, please see the wiki; https://github.com/gemgento/rails_script/wiki/v0.x-to-V1.x-Migration
7+
To migrate from version 0.x to 1.x, please see the wiki; https://github.com/gemgento/rails_script/wiki/v2-Migration
88

99
## Installation
1010

1111
Add this line to your application's Gemfile:
1212

13-
gem 'rails_script', '~> 1.0', '<= 2.0'
13+
gem 'rails_script', '~> 2.0'
1414

1515
And then execute:
1616

0 commit comments

Comments
 (0)