Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from ceedubs/docs-version
Browse files Browse the repository at this point in the history
Update dependency org and version in docs
  • Loading branch information
timperrett authored Oct 24, 2016
2 parents 0ab9a33 + c996921 commit ac80961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Knobs
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.verizon.knobs/core_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.verizon.knobs/core_2.11)
[![codecov](https://codecov.io/gh/Verizon/knobs/branch/master/graph/badge.svg)](https://codecov.io/gh/Verizon/knobs)

Please [view the documentation](http://oncue.github.io/knobs/) for more information, and go to [our Bintray site](https://bintray.com/oncue/releases/knobs/) for the latest releases.

Please [view the documentation](http://oncue.github.io/knobs/) for more information, and go to [Maven Central]((http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.verizon.knobs%22) for the latest releases.
10 changes: 2 additions & 8 deletions docs/src/main/tut/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ section: "usage"
First you need to add the dependency for Knobs to your `build.scala` or your `build.sbt` file:

````
libraryDependencies += "oncue.knobs" %% "core" % "x.x.+"
libraryDependencies += "io.verizon.knobs" %% "core" % "x.x.+"
````

Where `x.x` is the desired Knobs version. (Check for the latest release [on Bintray](https://bintray.com/oncue/releases/knobs/view).)

You will probably need to add a resolver entry so SBT can find the jar:

````
resolvers += "Oncue Bintray Repo" at "http://dl.bintray.com/oncue/releases"
````
Where `x.x` is the desired Knobs version. (Check for the latest release [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.verizon.knobs%22).)

Once you have the dependency added to your project and SBT `update` has downloaded the JAR, you're ready to start adding configuration knobs to your project!

Expand Down

0 comments on commit ac80961

Please sign in to comment.