Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Aug 14, 2018
1 parent 90684cf commit 8878122
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@ YamlMapping yaml = Yaml.createYamlMappingBuilder()
```yaml
architect: amihaiemil
developers:
- SherifWally
- amihaiemil
- salikjan
- SherifWally
devops:
- 0pdd
- rultor
- 0pdd
```

Note that the elements of both mappings and sequences are sorted alphabetically, even though this is not explicitly required by the YAML specification.

## Reading:

Reading a Yaml input is very straight-forward, as outlined bellow. There is one **important** aspect: the input has to be
Expand Down

0 comments on commit 8878122

Please sign in to comment.