Skip to content

Commit

Permalink
Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterboerner committed Apr 12, 2015
1 parent 2e36edb commit 48e1b47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# toml2json
Convert TOML to JSON. Written in Rust. Is awesome.

Download a copy under releases or compile it yourself.

Usage:

```
cat MyFile.toml | toml2json > MyFile.json
```

0 comments on commit 48e1b47

Please # to comment.