Skip to content

Commit

Permalink
Fixed un-formatted code block in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rapidrapids committed Jan 2, 2012
1 parent 00fef27 commit 31f7a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,6 +22,6 @@ You can then navigate to http://localhost:8080/ to see the output.

If you want to generate a 'standalone' version of the primer output, then you can also run the program with the `tofile` switch as follows:

node pattern-primer.js --tofile
node pattern-primer.js --tofile

This will place a standalone html file, and a copy of the 'global.css' file located in `<root>/public` and will place them in `<root>/docs`. You should just be able to navigate to that folder and open the index.html file to see the same output.

0 comments on commit 31f7a5a

Please sign in to comment.