Browse Source

fix code fence

master
Brett Langdon 7 years ago
parent
commit
4185a60f4a
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -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


Loading…
Cancel
Save