Skip to content

Commit

Permalink
Merge pull request #2 from wilkerlucio/patch-1
Browse files Browse the repository at this point in the history
Fix examples in README
  • Loading branch information
phronmophobic committed May 18, 2022
2 parents 5a66abe + 10ce3c3 commit b246522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,7 +70,7 @@ cat data.edn | clojure -X:viscous :file -

Read edn from filename:
```sh
clojure -X:viscous :file data.edn
clojure -X:viscous :file '"data.edn"'
```

Read json from stdin:
Expand All @@ -80,7 +80,7 @@ cat data.json | clojure -X:viscous :json-file -

Read json from filename:
```sh
clojure -X:viscous :json-file data.edn
clojure -X:viscous :json-file '"data.edn"'
```

## Status
Expand Down

0 comments on commit b246522

Please sign in to comment.