We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1a03 commit a8d9819Copy full SHA for a8d9819
README.md
@@ -95,13 +95,13 @@ Some actions return arrays. You can modify the JSON by passing a block:
95
<%= json(:issue) { |hash| [hash] } %>
96
```
97
98
-There is also a rake task for generating json files from the sample responses in the documentation:
+There is also a rake task for generating JSON files from the sample responses in the documentation:
99
100
``` sh
101
$ rake generate_json_from_responses
102
103
104
-The generated files will end up in `json-dump/`.
+The generated files will end up in *json-dump/*.
105
106
### Terminal blocks
107
0 commit comments