Skip to content

Commit

Permalink
Fix organization and include sbt usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Feb 4, 2017
1 parent 2f521ed commit e9c8372
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
Combines the power of [circe] and awesomeness of [Typesafe config] to
enable straightforward reading of settings into Scala types.

## Usage

To use this library configure your sbt project with the following lines:

```sbt
resolvers += Resolver.bintrayRepo("fonseca", "maven")
libraryDependencies += "io.github.jonas" %% "circe-config" % "0.1.0"
```

## Example

```scala
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
organization := "io.github.jonas"
name := "circe-config"
organization := "io.github.jonas.circe.config"
organization := "io.github.jonas"
description := "Yet another Typesafe Config decoder"
homepage := Some(url("https://github.com/jonas/circe-config"))
licenses += "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")
Expand Down

0 comments on commit e9c8372

Please sign in to comment.