From c5345f537795f634b5bc50c566e3581f431e61ab Mon Sep 17 00:00:00 2001 From: usysrc Date: Tue, 28 Jan 2020 21:49:30 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5494d66..e0cb2b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Live Coding Kit For Löve +# livecooding library for LÖVE -A small live coding library for LÖVE. +This is a small live coding library for LÖVE. It contains a customized [love.run](https://love2d.org/wiki/love.run) which Watches for file changes in your source and loads if necessary. Errors get redirected to the command line or on screen.