Skip to content

Commit

Permalink
README typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loadkpi authored and Fox committed Jun 8, 2018
1 parent 7ea9c83 commit 9449fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Or install it yourself as:

$ gem install sequel-bulk-audit

After Installation you should run ```rails g audit_install``` generator.
After Installation you should run ```rails g audit_migration``` generator.

You can exdend this migration by attaching the trigger to audited tables.

Expand Down
2 changes: 1 addition & 1 deletion lib/generators/audit_migration/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description:
You can attach the trigger to tables here.

Example:
rails generate audit_miogration
rails generate audit_migration

This will create:
what/will/it/create
2 changes: 1 addition & 1 deletion sequel-bulk-audit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Every update on audited table will be logged. You can update the table in bulk}
spec.homepage = "https://github.com/fiscal-cliff/sequel-bulk-audit/"
spec.post_install_message = %q{ Next steps:
1. Run rails g audit_install
1. Run rails g audit_migration
2. Edit generated migration
3. Apply the migration"
}
Expand Down

0 comments on commit 9449fce

Please sign in to comment.