From d92018c2c2b9ec426d25e118cb4f9910208e9b21 Mon Sep 17 00:00:00 2001 From: usysrc Date: Tue, 28 Jan 2020 21:47:45 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d6721..5494d66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Live Coding Kit For Löve -A small live coding library for Löve which also enables interactive debugging. It basically just is a customized [love.run](https://love2d.org/wiki/love.run) which presses all errors to the command line(or in debug mode on screen). And reloads the “main.lua” everytime you save. +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. + +Needs LÖVE 11.3. # Optional Parameters * lick.file = "" -- default is "main.lua"