From 7d14091f0c17b272826ab889904e97359b7be31b Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Sat, 9 Dec 2017 12:52:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 629a88d..8380e23 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ if err := client.Run(ctx, req, &respData); err != nil { } ``` -For more information, [read the godoc package documentation](http://godoc.org/github.com/machinebox/graphql). +For more information, [read the godoc package documentation](http://godoc.org/github.com/machinebox/graphql) or the [blog post](https://blog.machinebox.io/a-graphql-client-library-for-go-5bffd0455878). ## Thanks