Skip to content

Commit 4574ffa

Browse files
committed
Tiny README fixes.
1 parent c7421e1 commit 4574ffa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Ruby 1.9 is required to build the site.
1111
Get the nanoc gem, plus kramdown for markdown parsing:
1212

1313
```sh
14-
bundle install
14+
$ bundle install
1515
```
1616

1717
You can see the available commands with nanoc:
@@ -127,7 +127,7 @@ $ open http://localhost:3000
127127
Compilation times got you down? Use `autocompile`!
128128

129129
```sh
130-
$ bundle exec nanoc autocompile
130+
$ bundle exec nanoc autocompile
131131
```
132132

133133
This starts a web server too, so there's no need to run `nanoc view`.

0 commit comments

Comments
 (0)