From 16ac584625fae401e2778e7af317dc415844c44b Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 27 Apr 2018 03:50:03 +0900 Subject: [PATCH] docs(README.md): fix typo (#451) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c94b7..e0066b0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ developed on its own branch: https://github.com/russross/blackfriday/tree/v2 and documentation is available at https://godoc.org/gopkg.in/russross/blackfriday.v2. -It is `go get`-able via via [gopkg.in][6] at `gopkg.in/russross/blackfriday.v2`, +It is `go get`-able via [gopkg.in][6] at `gopkg.in/russross/blackfriday.v2`, but we highly recommend using package management tool like [dep][7] or [Glide][8] and make use of semantic versioning. With package management you should import `github.com/russross/blackfriday` and specify that you're using