Skip to content

Commit

Permalink
Fixing url error in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlim committed Apr 25, 2010
1 parent 95a1e8f commit 80b42e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -11,15 +11,15 @@ The master branch of this plugin is Rails 3 compatible.

To use the Rails 3 compatible version of this plugin, please install it like so:

rails plugin install git@github.com:brendanlim/mobile-fu.git
rails plugin install git://github.com/brendanlim/mobile-fu.git

== Rails 2 Compatibility

You will need to install this plugin from the 2.x branch.

To use the Rails 3 compatible version of this plugin, please install it like so:
To use the Rails 2 compatible version of this plugin, please install it like so:

script/plugin install git@github.com:brendanlim/mobile-fu.git -r 2.x
script/plugin install git://github.com/brendanlim/mobile-fu.git -r 2.x

== Usage

Expand Down

0 comments on commit 80b42e7

Please sign in to comment.