From b26a00f48cb1b4f4bae4657441f28962131c59d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E7=88=B8?= <1@5.nu> Date: Wed, 11 Apr 2018 16:11:21 +0800 Subject: [PATCH] remove space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ec894..e4e44a5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Installation Use go get. ```shell - go get -u gopkg.in/go-playground/webhooks.v3 +go get -u gopkg.in/go-playground/webhooks.v3 ``` Then import the package into your own code.