We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37aab4c commit 1b97a61Copy full SHA for 1b97a61
README.md
@@ -45,7 +45,7 @@ Easily build XML documents using code structured like the final document.
45
This code:
46
47
```java
48
-XMLBuilder builder = XMLBuilder.create("Projects")
+XMLBuilder2 builder = XMLBuilder2.create("Projects")
49
.e("java-xmlbuilder").a("language", "Java").a("scm","SVN")
50
.e("Location").a("type", "URL")
51
.t("http://code.google.com/p/java-xmlbuilder/")
@@ -73,7 +73,7 @@ Produces this XML document:
73
Getting Started
74
---------------
75
76
-See further example usage below and the
+See further example usage below and in the
77
[JavaDoc documentation](http://s3.jamesmurty.com/java-xmlbuilder/index.html).
78
79
Download a Jar file containing the latest version
0 commit comments