Skip to content

Commit 90c559d

Browse files
committed
Merge pull request #1 from kaspth/patch-1
Fix the gem name in README.
2 parents 7a8544e + 5ff2217 commit 90c559d

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)