@@ -8,7 +8,7 @@ All submissions are welcome. To submit a change, fork this repo, commit your cha
8
8
9
9
Ruby 1.9 is required to build the site.
10
10
11
- Get the nanoc gem, plus kramdown for markdown parsing:
11
+ Get the nanoc gem, plus kramdown for Markdown parsing:
12
12
13
13
``` sh
14
14
$ bundle install
@@ -59,7 +59,7 @@ API docs should look like:
59
59
60
60
### JSON Responses
61
61
62
- We specify the JSON responses in ruby so that we don't have to write
62
+ We specify the JSON responses in Ruby so that we don't have to write
63
63
them by hand all over the docs. You can render the JSON for a resource
64
64
like this:
65
65
@@ -77,8 +77,8 @@ Some actions return arrays. You can modify the JSON by passing a block:
77
77
78
78
### Terminal blocks
79
79
80
- You can specify terminal blocks with ` pre.terminal ` elements. It'd be
81
- nice if Markdown could do this more cleanly...
80
+ You can specify terminal blocks with ` pre.terminal ` elements. ( It'd be
81
+ nice if Markdown could do this more cleanly.)
82
82
83
83
``` html
84
84
<pre class =" terminal" >
@@ -87,7 +87,7 @@ $ curl foobar
87
87
</pre >
88
88
```
89
89
90
- This isn't a ` curl ` tutorial though, I'm not sure every API call needs
90
+ This is not a ` curl ` tutorial though. Not every API call needs
91
91
to show how to access it with ` curl ` .
92
92
93
93
## Development
@@ -116,8 +116,8 @@ Compiling site...
116
116
Site compiled in 5.81s.
117
117
```
118
118
119
- You can setup whatever you want to view the files. If you have the adsf
120
- gem, however (I hope so, it was in the Gemfile), you can start Webrick:
119
+ You can setup whatever you want to view the files. If using the adsf
120
+ gem (as listed in the Gemfile), you can start Webrick:
121
121
122
122
``` sh
123
123
$ bundle exec nanoc view
0 commit comments