From 4185a60f4a4457128a7f218e28745e5dea89d34a Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 23 Sep 2018 13:14:49 -0400 Subject: [PATCH] fix code fence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4d157..3ab7d4e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ func main() { } ``` -Add a `click` handler to `document** which prints the event information. +Add a `click` handler to `document` which prints the event information. ```go package main