From 28edfd4be3e9346cc0e213dd433f400b8b211a87 Mon Sep 17 00:00:00 2001 From: dalu Date: Wed, 4 Mar 2015 12:32:02 +0100 Subject: [PATCH] Update doc.go --- doc.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc.go b/doc.go index ffbe2c2..39f57b3 100644 --- a/doc.go +++ b/doc.go @@ -12,7 +12,7 @@ Example: package main import( - "github.com/gosimple/slug" + "github.com/dalu/slug" "fmt" ) @@ -35,9 +35,5 @@ Example: textSub := slug.Make("water is hot") fmt.Println(textSub) // Will print 'sand-is-hot' } - -Requests or bugs? - -https://github.com/gosimple/slug/issues */ package slug