Skip to content

Commit 5eec2c3

Browse files
authored
Update README.md
1 parent 439f330 commit 5eec2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Easily build XML documents using code structured like the final document.
300300
This code:
301301

302302
```java
303-
XMLBuilder builder = XMLBuilder.create("Projects")
303+
XmlBuilder builder = XmlBuilder.create("Projects")
304304
.e("underscore-java").a("language", "Java").a("scm", "SVN")
305305
.e("Location").a("type", "URL")
306306
.t("https://github.com/javadev/underscore-java/")

0 commit comments

Comments
 (0)