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