Skip to content

Commit

Permalink
Fix #2: Clarify how to add project
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Sep 4, 2017
1 parent d030110 commit dfb7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Forget YAML, go TOML.
## Import in your project
```scala
"me.vican.jorge" %% "stoml" % "0.3"
resolvers += Some(Resolver.bintrayRepo("jvican", "releases"))
resolvers += Resolver.bintrayRepo("jvican", "releases")
```

## Acknowledgements
Expand Down

0 comments on commit dfb7a97

Please sign in to comment.