Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fix typo in README.md code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bshi committed Feb 16, 2016
1 parent 72617a2 commit b4e488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
ci.tree.Walk(walk)
ci.Tree.Walk(walk)
}
```

Expand Down

0 comments on commit b4e488c

Please sign in to comment.