all repos — grayfriday @ 52f7a2a7b02d11db19411c28e6c67fc351f20aaf

blackfriday fork with a few changes

Fix misleading wording in README

Fixes #103.
Vytautas Ĺ altenis vytas@rtfb.lt
Thu, 21 Aug 2014 14:05:37 +0300
commit

52f7a2a7b02d11db19411c28e6c67fc351f20aaf

parent

2e7d690972283d45aadc7a5ea304841e26529433

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.md

@@ -26,13 +26,12 @@

go get github.com/russross/blackfriday will download, compile, and install the package into your `$GOPATH` -directory hierarchy. Alternatively, you can import it into a -project: +directory hierarchy. Alternatively, you can achieve the same if you +import it into a project: import "github.com/russross/blackfriday" -and when you build that project with `go build`, blackfriday will be -downloaded and installed automatically. +and `go get` without parameters. Usage -----