From 2dc174bf4960f413dfb0a051eb446c167984c546 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 11 May 2024 12:50:44 -0700 Subject: Remove: spurious partial example from readme --- README.org | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.org b/README.org index 2007cfb..e48cfe9 100644 --- a/README.org +++ b/README.org @@ -64,24 +64,3 @@ class-defining macros. This version of weekend is strongly tied to Hunchentoot. -** An example - -Suppose you want a page that simply returns "hello": - -#+begin_src lisp - -(defclass hello () - () - (:metaclass weekend:endpoint) - (:method :get) - (:route-parts "hello") - (:content-type "text/plain")) - -(defmethod weekend:handle ((req hello)) - "Hello!") - - - - - -#+end_src -- cgit v1.2.3