diff --git a/retropikzel/cgi/README.html b/retropikzel/cgi/README.html
index 0f60aef..51c2eda 100644
--- a/retropikzel/cgi/README.html
+++ b/retropikzel/cgi/README.html
@@ -52,18 +52,15 @@ hello.scm:
(scheme write)
(retropikzel cgi))
- (display "Content-type: text/html")
- (display "
+ (handle-request
+ '()
+ (lambda (request headers parameters cookies body files)
+ (display "Content-type: text/html")
+ (display "
")
- (display "
+ (display "
")
- (display "Hello")
- (display "")
-
- (display "Request: ")
- (write (get-request))
- (display "")
- (cgi-exit)
+ (display "Hello")))
Run:
diff --git a/retropikzel/scgi/VERSION b/retropikzel/scgi/VERSION
index 3eefcb9..9084fa2 100644
--- a/retropikzel/scgi/VERSION
+++ b/retropikzel/scgi/VERSION
@@ -1 +1 @@
-1.0.0
+1.1.0