Skip to content

Commit d15e824

Browse files
committed
Fix capitalisation of Nanoc
Nanoc is now properly capitalised--so much easier.
1 parent 6eabd5a commit d15e824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# developer.github.com
22

3-
This is a GitHub API resource built with [nanoc][nanoc].
3+
This is a GitHub API resource built with [Nanoc][nanoc].
44

55
All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a [pull request](http://help.github.com/send-pull-requests/).
66

77
## Setup
88

99
Ruby 2.2 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
1515
```
1616

17-
You can see the available commands with nanoc:
17+
You can see the available commands with Nanoc:
1818

1919
```sh
2020
$ bundle exec nanoc -h
2121
```
2222

23-
Nanoc has [some nice documentation](http://nanoc.ws/docs/tutorial/) to get you started. Though if you're mainly concerned with editing or adding content, you won't need to know much about nanoc.
23+
Nanoc has [some nice documentation](http://nanoc.ws/docs/tutorial/) to get you started. Though if you're mainly concerned with editing or adding content, you won't need to know much about Nanoc.
2424

2525
[nanoc]: http://nanoc.ws/
2626

0 commit comments

Comments
 (0)