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 #21 from tadjik1/patch-1
Browse files Browse the repository at this point in the history
fix small typo in readme
  • Loading branch information
dmitrykrivaltsevich authored Feb 9, 2017
2 parents bdeac82 + e8369a4 commit 1dd0a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ProdModule extends AbstractModule {
By default no metrics mechanism is used. User can implement ```PlugableMetrics``` to gather some simple metrics.
See ```org.zalando.zhewbacca.IAMClient``` to learn what can be measured.

You need to include `de.zalando.seo.play.security.SecurityFilter` into your applications' filters:
You need to include `org.zalando.zhewbacca.SecurityFilter` into your applications' filters:

```scala
package filters
Expand Down

0 comments on commit 1dd0a36

Please sign in to comment.