Skip to content

Commit

Permalink
Merge pull request #6 from pollenjp/dev/v1.0.2
Browse files Browse the repository at this point in the history
dev/v1.0.2
  • Loading branch information
pollenjp committed Jul 1, 2022
2 parents 6f01e8f + 39b59ce commit a4ff9ba
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 @@ -43,7 +43,7 @@ pip install yaml-pipe

### example1

`sample.yml'
`sample.yml`

```yml
---
Expand All @@ -65,7 +65,7 @@ foo:

### example2

`sample.yml'
`sample.yml`

```yaml
---
Expand All @@ -77,7 +77,7 @@ fizz:
````

```sh
cat sample.yml | yaml-pipe --block_id 2 fizz.buzz="buzz"
cat sample.yml | yaml-pipe --block_id 1 fizz.buzz="buzz"
```

output
Expand Down

0 comments on commit a4ff9ba

Please sign in to comment.