From 7f1944b284e90296b478fdb1f8a76367ef58e13c Mon Sep 17 00:00:00 2001 From: s-aska Date: Mon, 21 Mar 2011 01:27:25 +0900 Subject: [PATCH] fix SYNOPSIS. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 974a84b..d3a767d 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ SYNOPSIS my $app = sub { ... }; builder { - enable "IPAddressFilter", rules [ + enable "IPAddressFilter", rules => [ # deny from all for default. '+ 127.0.0.1', # allow from localhost. '+ 192.168.0.0/24', # allow from LAN