Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Jul 31, 2023
1 parent 1bc43f1 commit f43dd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ String json =
List<String> names = U.selectTokens(U.fromJsonMap(json), "//Products[Price>=50]/Name/text()");
// [Anvil, Elbow Grease]
```
Easily build XML documents using code structured like the final document.
Simplify XML document creation by structuring your code like the final document.

This code:

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

Produces this XML document:
Generates the following XML document:

```xml
<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit f43dd49

Please sign in to comment.