summaryrefslogtreecommitdiffstats
path: root/development/love-legacy072/README
diff options
context:
space:
mode:
author Matteo Bernardini2016-05-26 15:33:31 +0200
committer Willy Sudiarto Raharjo2016-05-27 02:23:29 +0200
commit5ba773a11372a577f6fbc756f1c6ea0099ab1a66 (patch)
treee1342ae8272dffa59962a275a1b098bbb9931010 /development/love-legacy072/README
parentbbe791f3b5c47e4f4646840a77b253a726d81ac7 (diff)
downloadslackbuilds-5ba773a11372a577f6fbc756f1c6ea0099ab1a66.tar.gz
development/love-legacy072: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/love-legacy072/README')
-rw-r--r--development/love-legacy072/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/love-legacy072/README b/development/love-legacy072/README
index 74b053c04c..bb04278ed3 100644
--- a/development/love-legacy072/README
+++ b/development/love-legacy072/README
@@ -1,9 +1,9 @@
-LÖVE is a framework for developing 2D games in Lua.
+LOVE is a framework for developing 2D games in Lua.
love-legacy072 is an older (0.7.2) version, for games written using the
0.7 API. It should not be used for developing new code (use the regular
love package for that instead).
-Normally, games written with LÖVE are started with "love gamename.love".
+Normally, games written with LOVE are started with "love gamename.love".
For games that need 0.7.2, start them with "love-0.7.2 gamename.love"
instead.