README.md in friendly_id-3.1.3 vs README.md in friendly_id-3.1.4

- old
+ new

@@ -17,17 +17,25 @@ FriendlyId offers many advanced features, including: slug history and versioning, scoped slugs, reserved words, custom slug generators, and excellent Unicode support. For complete information on using FriendlyId, please see the [FriendlyId Guide](http://norman.github.com/friendly_id/file.Guide.html). -FriendlyId is compatible with Active Record 2.3.x and 3.0. +FriendlyId is compatible with Active Record **2.3.x** and **3.0**. +## Docs, Info and Support + +* [FriendlyId Guide](http://norman.github.com/friendly_id/file.Guide.html) +* [API Docs](http://norman.github.com/friendly_id) +* [Google Group](http://groups.google.com/group/friendly_id) +* [Source Code](http://github.com/norman/friendly_id/) +* [Issue Tracker](http://github.com/norman/friendly_id/issues) + ## Rails Quickstart gem install friendly_id - rails my_app + rails new my_app cd my_app # add to Gemfile gem "friendly_id", "~> 3.1" @@ -42,11 +50,11 @@ has_friendly_id :name, :use_slug => true end User.create! :name => "Joe Schmoe" - ./script/server + rails server GET http://0.0.0.0:3000/users/joe-schmoe ## Sequel and DataMapper, too @@ -54,20 +62,12 @@ in progress. To find out more, check out the Github projects: * [http://github.com/norman/friendly_id_sequel](http://github.com/norman/friendly_id_sequel) * [http://github.com/myabc/friendly_id_datamapper](http://github.com/myabc/friendly_id_datamapper) -## Docs, Info and Support +## Bugs -* [FriendlyId Guide](http://norman.github.com/friendly_id/file.Guide.html) -* [API Docs](http://norman.github.com/friendly_id) -* [Google Group](http://groups.google.com/group/friendly_id) -* [Source Code](http://github.com/norman/friendly_id/) -* [Issue Tracker](http://github.com/norman/friendly_id/issues) - -## Bugs: - Please report them on the [Github issue tracker](http://github.com/norman/friendly_id/issues) for this project. If you have a bug to report, please include the following information: @@ -77,10 +77,10 @@ are using FriendlyId. If you are able to, it helps even more if you can fork FriendlyId on Github, and add a test that reproduces the error you are experiencing. -## Credits: +## Credits FriendlyId was created by Norman Clarke, Adrian Mugnolo, and Emilio Tagua. If you like FriendlyId, please recommend us on Working With Rails: