Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed May 24, 2017
1 parent 907d602 commit 93fb829
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 @@ -18,7 +18,7 @@ $ go get github.com/subchen/go-xmldom
## Basic Usage

```go
xml = `<testsuite tests="2" failures="0" time="0.009" name="github.com/subchen/go-xmldom">
xml := `<testsuite tests="2" failures="0" time="0.009" name="github.com/subchen/go-xmldom">
<testcase classname="go-xmldom" name="ExampleParseXML" time="0.004"></testcase>
<testcase classname="go-xmldom" name="ExampleParse" time="0.005"></testcase>
</testsuite>`
Expand Down

0 comments on commit 93fb829

Please sign in to comment.