Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from mdedetrich/fixReadme
Browse files Browse the repository at this point in the history
Fixed incorrect URL in README.md
  • Loading branch information
dmitrykrivaltsevich authored Aug 10, 2016
2 parents a21d276 + 4df70f7 commit 309b78b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ Clients of this library don't need to change their code in order to protect endp
Configure libraries dependencies in your `build.sbt`:

```scala
libraryDependencies += "org.zalando" % "play-zhewbacca" % "0.1.0"
libraryDependencies += "org.zalando" %% "play-zhewbacca" % "0.1.0"
```

To configure Development environment:

```scala
package modules

import com.google.inject.AbstractModule
import org.zalando.zhewbacca._
import org.zalando.zhewbacca.metrics.{NoOpPlugableMetrics, PlugableMetrics}
Expand All @@ -37,6 +39,8 @@ class DevModule extends AbstractModule {
For Production environment use:

```scala
package modules

import com.google.inject.{ TypeLiteral, AbstractModule }
import org.zalando.zhewbacca._
import org.zalando.zhewbacca.metrics.{NoOpPlugableMetrics, PlugableMetrics}
Expand Down

0 comments on commit 309b78b

Please sign in to comment.