Skip to content

Commit 67d6f03

Browse files
committed
Fix install command
1 parent 068079b commit 67d6f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ And then execute:
2222

2323
Run the install generator:
2424

25-
$ rails generate hyperactiveform:install
25+
$ rails generate hyper_active_form:install
2626

2727
this will create an `ApplicationForm` class in your app/forms directory. You can use it as a base class for your form objects.
2828

0 commit comments

Comments
 (0)