@@ -8,7 +8,7 @@ All submissions are welcome. To submit a change, fork this repo, commit your cha
88
99Ruby 1.9 is required to build the site.
1010
11- Get the nanoc gem, plus kramdown for markdown parsing:
11+ Get the nanoc gem, plus kramdown for Markdown parsing:
1212
1313``` sh
1414$ bundle install
@@ -59,7 +59,7 @@ API docs should look like:
5959
6060### JSON Responses
6161
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
6363them by hand all over the docs. You can render the JSON for a resource
6464like this:
6565
@@ -77,8 +77,8 @@ Some actions return arrays. You can modify the JSON by passing a block:
7777
7878### Terminal blocks
7979
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.)
8282
8383``` html
8484<pre class =" terminal" >
@@ -87,7 +87,7 @@ $ curl foobar
8787</pre >
8888```
8989
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
9191to show how to access it with ` curl ` .
9292
9393## Development
@@ -116,8 +116,8 @@ Compiling site...
116116Site compiled in 5.81s.
117117```
118118
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:
121121
122122``` sh
123123$ bundle exec nanoc view
0 commit comments