Skip to content

Commit a8d9819

Browse files
committed
Some style changes
1 parent 4bf1a03 commit a8d9819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Some actions return arrays. You can modify the JSON by passing a block:
9595
<%= json(:issue) { |hash| [hash] } %>
9696
```
9797

98-
There is also a rake task for generating json files from the sample responses in the documentation:
98+
There is also a rake task for generating JSON files from the sample responses in the documentation:
9999

100100
``` sh
101101
$ rake generate_json_from_responses
102102
```
103103

104-
The generated files will end up in `json-dump/`.
104+
The generated files will end up in *json-dump/*.
105105

106106
### Terminal blocks
107107

0 commit comments

Comments
 (0)