tweak readme
This commit is contained in:
parent
4351ed16fc
commit
ad7c62906b
|
@ -31,14 +31,14 @@ end
|
||||||
Server requests will be logged to STDOUT by default.
|
Server requests will be logged to STDOUT by default.
|
||||||
|
|
||||||
## Example output
|
## Example output
|
||||||
Get
|
GET
|
||||||
```
|
```
|
||||||
Started GET "/v1/reports/101" at 2015-12-11 15:40:51 -0800
|
Started GET "/v1/reports/101" at 2015-12-11 15:40:51 -0800
|
||||||
Processing by ReportsAPI/reports/:id
|
Processing by ReportsAPI/reports/:id
|
||||||
Parameters: {"id"=>"101"}
|
Parameters: {"id"=>"101"}
|
||||||
Completed 200 in 6.29ms
|
Completed 200 in 6.29ms
|
||||||
```
|
```
|
||||||
Error
|
POST
|
||||||
```
|
```
|
||||||
Started POST "/v1/reports" at 2015-12-11 15:42:33 -0800
|
Started POST "/v1/reports" at 2015-12-11 15:42:33 -0800
|
||||||
Processing by ReportsAPI/reports
|
Processing by ReportsAPI/reports
|
||||||
|
|
Loading…
Reference in New Issue