Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamerh authored Jun 14, 2019
1 parent 239de87 commit 1141265
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 @@ -43,7 +43,7 @@ for xml := range parser.Stream() {

<b>Skip</b> tags for speed
```go
parser := xmlparser.NewXmlParser(br, "book").SkipElements([]string{"price", "comments"})
parser := xmlparser.NewXMLParser(br, "book").SkipElements([]string{"price", "comments"})
```

<b>Error</b> handlings
Expand Down

0 comments on commit 1141265

Please sign in to comment.