Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
vifraa committed Dec 13, 2020
1 parent 097dbad commit 449ed69
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 @@ -34,7 +34,7 @@ func main() {
}
```

If one already has the pom.xml loaded as a string or bytes you can use `encoding/xml` from standard library.
If one already has the pom.xml loaded as a string or bytes you can use `encoding/xml` from the standard library.
This can be seen below:
```go
package main
Expand Down

0 comments on commit 449ed69

Please sign in to comment.