From e8369a4939e30ac14fb51f0739a279315ada209a Mon Sep 17 00:00:00 2001 From: Sergey Zelenov Date: Thu, 9 Feb 2017 12:28:59 +0100 Subject: [PATCH] fix small typo in readme wrong package name for security filter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4727714..a470f03 100644 --- a/README.md +++ b/README.md @@ -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