Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Change placement of test running step
  • Loading branch information
shirotamaki committed Oct 5, 2023
1 parent 1aa51a3 commit 402cd00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ http://sue445.github.io/rubicure/
## Contributing

1. Fork it
2. Run test (`bundle exec rake test`)
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Add some feature'`)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Run test (`bundle exec rake test`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request

0 comments on commit 402cd00

Please sign in to comment.