summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files 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