README.md in friendly_id-5.0.0.rc3 vs README.md in friendly_id-5.0.0
- old
+ new
@@ -2,12 +2,12 @@
**GETTING HELP**
Please ask questions on [Stack
Overflow](http://stackoverflow.com/questions/tagged/friendly-id) using the
-"friendly_id" or "friendly-id" tag. Prior to asking, search and see if your
-question has already been anwered.
+"friendly-id" tag. Prior to asking, search and see if your question has
+already been anwered.
Please only post issues in Github issues for actual bugs.
I am asking people to do this because the same questions keep getting asked
over and over and over again in the issues.
@@ -161,10 +161,10 @@
rails new my_app
cd my_app
```
```ruby
# Gemfile
-gem 'friendly_id', '5.0.0.rc2' # Note: You MUST use 5.0.0 or greater for Rails 4.0+
+gem 'friendly_id', '~> 5.0.0' # Note: You MUST use 5.0.0 or greater for Rails 4.0+
```
```shell
rails generate friendly_id
rails generate scaffold user name:string slug:string
```