Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker committed Mar 21, 2014
1 parent e8c389c commit c32eb3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ t.Add("foobar", 1)
Find a key with:

```Go
meta, ok := t.Find("foobar")
node, ok := t.Find("foobar")
meta := node.Meta()
// use meta with meta.(type)
```

Expand Down

0 comments on commit c32eb3d

Please sign in to comment.