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

Commit

Permalink
fix small typo in readme
Browse files Browse the repository at this point in the history
wrong package name for security filter
  • Loading branch information
tadjik1 authored Feb 9, 2017
1 parent bdeac82 commit e8369a4
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 e8369a4

Please sign in to comment.