README.md in friendly_id-5.3.0 vs README.md in friendly_id-5.4.0
- old
+ new
@@ -1,6 +1,6 @@
-[![Build Status](https://travis-ci.org/norman/friendly_id.svg)](https://travis-ci.org/norman/friendly_id)
+[![Build Status](https://github.com/norman/friendly_id/workflows/CI/badge.svg)](https://github.com/norman/friendly_id/actions)
[![Code Climate](https://codeclimate.com/github/norman/friendly_id.svg)](https://codeclimate.com/github/norman/friendly_id)
[![Inline docs](http://inch-ci.org/github/norman/friendly_id.svg?branch=master)](http://inch-ci.org/github/norman/friendly_id)
# FriendlyId
@@ -93,10 +93,10 @@
```
You can then access the user show page using the URL http://localhost:3000/users/joe-schmoe.
-If you're adding FriendlyId to an existing app and need to generate slugs for
+If you're adding FriendlyId to an existing app and need to generate slugs for
existing users, do this from the console, runner, or add a Rake task:
```ruby
User.find_each(&:save)
```