all repos — grayfriday @ cd7b9521488b24c6f4ff98c55452879cf73b8e98

blackfriday fork with a few changes

readme tweak
Russ Ross russ@russross.com
Mon, 30 May 2011 11:15:56 -0600
commit

cd7b9521488b24c6f4ff98c55452879cf73b8e98

parent

ee3fe992034b5e391daf418765e97b37fe2b06be

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -27,8 +27,8 @@ Check out `example/main.go` for an example of how to use it. Run

`gomake` in that directory to build a simple command-line markdown tool: - cd $GOROOT/src/pkg/github.com/russross/blackfriday - gomake markdown + cd $GOROOT/src/pkg/github.com/russross/blackfriday/example + gomake will build the binary `markdown` in the `example` directory.