Skip to content

Commit f43dd49

Browse files
authored
Update README.md
1 parent 1bc43f1 commit f43dd49

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
@@ -282,7 +282,7 @@ String json =
282282
List<String> names = U.selectTokens(U.fromJsonMap(json), "//Products[Price>=50]/Name/text()");
283283
// [Anvil, Elbow Grease]
284284
```
285-
Easily build XML documents using code structured like the final document.
285+
Simplify XML document creation by structuring your code like the final document.
286286

287287
This code:
288288

@@ -298,7 +298,7 @@ XmlBuilder builder = XmlBuilder.create("Projects")
298298
.t("https://jets3t.s3.amazonaws.com/index.html");
299299
```
300300

301-
Produces this XML document:
301+
Generates the following XML document:
302302

303303
```xml
304304
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)