From b26452650551f03f552263e0fb03e1ff43f1cd4c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Jun 2013 07:47:59 -0400 Subject: Dave, you are using org-mode, not markdown. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 343a182..51a5df6 100644 --- a/README.org +++ b/README.org @@ -20,7 +20,7 @@ ** Example Here is the simplest Guile-2d application (so far). - ```scheme + #+BEGIN_SRC scheme (use-modules ((sdl sdl) #:prefix SDL:) (figl gl) (2d sprite) @@ -59,7 +59,7 @@ ;; Start the game loop. ;; The render callback will be called through this procedure. (run-game-loop) - ``` + #+END_SRC ** REPL Driven Development The read-eval-print-loop present in Guile allows you to develop -- cgit v1.2.3