Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nyango committed Mar 27, 2017
1 parent 104f052 commit 550ee08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
Scala wrapper for [MoultingYAML](https://github.com/jcazevedo/moultingyaml) and [Play JSON](https://github.com/playframework/play-json),
in order to convert from yaml to json, and vice versa.

## How to use

When you use it in Scala, add some words as below.

```build.sbt
lazy val yourProject = Project(...

).dependsOn(ProjectRef(uri("git://github.com/nyango/format-converter.git"), "root"))
```

0 comments on commit 550ee08

Please # to comment.