From 21c62ce0421e43c056192647a478efb8d8136c2f Mon Sep 17 00:00:00 2001 From: Mathieu Corbin Date: Tue, 15 Aug 2017 11:48:49 +0200 Subject: [PATCH] Fix import statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b15c8a..4ae2959 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ First, we'll need to import the library: ```go import ( - "github.com/riemann/riemann-go-client/" + "github.com/riemann/riemann-go-client" ) ```