From e183fe2f19be2ac0a74bd6d2eb0c47d4aa7a9561 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 2 Feb 2013 19:57:10 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f2edf..2c79ebe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ report. Go-spew is licensed under the liberal ISC license, so it may be used in open source or commercial projects. If you're interested in reading about how this package came to life and some -of the challenges involved in provide a deep pretty printer, there is a blog +of the challenges involved in providing a deep pretty printer, there is a blog post about it [here](https://blog.cyphertite.com/go-spew-a-journey-into-dumping-go-data-structures/).