From 63e05463819ff3f5d4c3a9cdbcc70346adbfa0f6 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Wed, 15 Oct 2008 08:08:07 +0000 Subject: [PATCH] Fix ReST error --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 7212c22..a3eb53a 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ and the response is returned to the requesting browser. This is practical for caching purposes: it is the ideal place to determine and insert caching headers into the response. -Hooks use `zope.eventz_'s event mechanism using the +Hooks use `zope.event`_'s event mechanism using the plone.validatehook.interfaces.IPostValidationEvent. This is based on the standard ObjectEvent from `zope.component`_.