From 26af059527ab8ec84d6801a3ef5e18d433ba8af0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 18 Dec 2007 00:36:38 +0530 Subject: [PATCH] README typos --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fc59858..af0ee94 100644 --- a/README +++ b/README @@ -14,8 +14,8 @@ Getting Started $ sudo easy_install docutils Mako Pygments $ git clone http://repo.or.cz/r/wrigit.git $ cd wrigit - $ ./wrigit --help - $ ./wrigit # uses ./example/ and default options; + $ ./wrigit.cgi --help + $ ./wrigit.cgi # uses ./example/ and default options; $ /usr/sbin/thttpd -p 8080 -d example/ $ firefox http://localhost:8080/ -- 2.11.4.GIT