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

Commit

Permalink
Example modules should be in a package named modules since that is wh…
Browse files Browse the repository at this point in the history
…at the application.conf in README refers to
  • Loading branch information
Matthew de Detrich committed Aug 10, 2016
1 parent e93de5e commit 4df70f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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 4df70f7

Please sign in to comment.