Skip to content

Commit 1b97a61

Browse files
committed
Use XMLBuilder2 as first example in readme, re #4
1 parent 37aab4c commit 1b97a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Easily build XML documents using code structured like the final document.
4545
This code:
4646

4747
```java
48-
XMLBuilder builder = XMLBuilder.create("Projects")
48+
XMLBuilder2 builder = XMLBuilder2.create("Projects")
4949
.e("java-xmlbuilder").a("language", "Java").a("scm","SVN")
5050
.e("Location").a("type", "URL")
5151
.t("http://code.google.com/p/java-xmlbuilder/")
@@ -73,7 +73,7 @@ Produces this XML document:
7373
Getting Started
7474
---------------
7575

76-
See further example usage below and the
76+
See further example usage below and in the
7777
[JavaDoc documentation](http://s3.jamesmurty.com/java-xmlbuilder/index.html).
7878

7979
Download a Jar file containing the latest version

0 commit comments

Comments
 (0)