Skip to content

Commit d654e41

Browse files
author
Maia Engeli
authored
Merge pull request #64 from jonhoman/fix-readme
fix typo generator command in README
2 parents 31ebd3d + 5318601 commit d654e41

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
@@ -61,7 +61,7 @@ The appoptics_apm gem provides a Rails generator used to seed an initializer whe
6161
To run the install generator run:
6262

6363
```bash
64-
bundle exec rails generate appoptics:install
64+
bundle exec rails generate appoptics_apm:install
6565
```
6666

6767
After the prompts, this will create an initializer: `config/initializers/appoptics.rb`.

0 commit comments

Comments
 (0)