Skip to content

Commit

Permalink
Merge pull request #18 from shemau/patch-1
Browse files Browse the repository at this point in the history
Correct property name in modifier section.
  • Loading branch information
herrjulz authored Dec 8, 2017
2 parents 43457ea + c3491de commit 43bed7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ person:
- top.yml
modify:
delete:
- "persone.name"
- "person.name"
to: result.yml
```

Expand All @@ -474,7 +474,7 @@ person:
- top.yml
modify:
update:
- path: persone.name
- path: person.name
- value: newName
to: result.yml
```
Expand All @@ -492,7 +492,7 @@ person:
- top.yml
modify:
set:
- path: persone.name
- path: person.name
value: NewName
to: result.yml
```
Expand Down

0 comments on commit 43bed7a

Please sign in to comment.