Skip to content

Commit 09cf332

Browse files
author
otegami
committed
Fix running steps on README.md
The bin/setup command doesn't run the rails server. So we should re-add the rails s command.
1 parent 154b32b commit 09cf332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ A [Grape](http://github.com/ruby-grape/grape) API mounted on Rails.
1616

1717
```
1818
bin/setup
19+
rails s
1920
```
2021

2122
- Try http://localhost:3000/api/ping or http://localhost:3000/api/protected/ping with _username_ and _password_.

0 commit comments

Comments
 (0)