Skip to content

Commit c2205ea

Browse files
committed
Fix typo in readme
1 parent edb51db commit c2205ea

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
@@ -36,5 +36,5 @@ This gem is developed using Docker and Docker Compose. In order to get the app r
3636

3737
- Build the application image: `docker-compose build`
3838
- Bundle the gems: `docker-compose run app bundle`
39-
- Bundle the gems: `docker-compose run app db:setup`
39+
- Bundle the gems: `docker-compose run app rails db:setup`
4040
- Run the rspec tests `docker-compose run app bundle exec rspec`

0 commit comments

Comments
 (0)