$OpenBSD: patch-README,v 1.1.1.1 2004/07/23 08:39:24 xsa Exp $
--- README.orig	Thu Jan  8 21:40:56 2004
+++ README	Sat Jul  3 14:59:36 2004
@@ -13,7 +13,7 @@ that client code uses to construct the g
 Here is a program to parse "Hello, World!" (or any greeting of the form 
 "<salutation>, <addressee>!"):
 
-    from parsing import Word, alphas
+    from pyparsing import Word, alphas
     greet = Word( alphas ) + "," + Word( alphas ) + "!"
     hello = "Hello, World!"
     print hello, "->", greet.parseString( hello )
