diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-08-24 15:59:37 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-08-24 15:59:37 -0400 |
commit | fd326a63b6ef49257c165289e8244bff92ef0994 (patch) | |
tree | 9d7fb6adab57e6bfd6ab4e3aa131547274f2f532 | |
parent | 0a4da8e7193cb82c6b188de19bb0ba616a912de4 (diff) |
Fix typo in README.
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ Guile-2d uses the FreeImage library and can load many different image formats. See the FreeImage [[http://freeimage.sourceforge.net/features.html][features page]] for a full list of - support formats. + supported formats. #+BEGIN_SRC scheme (define sprite (load-sprite "cirno.png" |