Skip to content

Commit 5ff2217

Browse files
committed
Fix the gem name in README.
1 parent 7a8544e commit 5ff2217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ TODO
66

77
Add this line to your application's Gemfile:
88

9-
gem 'rails-dom-testing'
9+
gem 'rails-controller-testing'
1010

1111
And then execute:
1212

1313
$ bundle
1414

1515
Or install it yourself as:
1616

17-
$ gem install rails-dom-testing
17+
$ gem install rails-controller-testing
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)