From 007c3d37d60909854c32514d17398c09e4a3cefc Mon Sep 17 00:00:00 2001 From: tamnd Date: Thu, 26 Mar 2015 08:16:50 +0700 Subject: [PATCH] Fix import path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a7cf1..38698eb 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ go get github.com/tamnd/httpclient ## Usage ```go -import "tamnd/misc/httpclient" +import "github.com/tamnd/httpclient" ``` ## How to