From 0a51b6e25b0f6a1561cfecae9162df2887f0008e Mon Sep 17 00:00:00 2001 From: "Jan \"TheSHEEEP\" Drabner" Date: Sat, 14 May 2016 12:16:28 +0200 Subject: [PATCH] Some description changes. --- haxelib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index 75f6d01..c4eaab5 100644 --- a/haxelib.json +++ b/haxelib.json @@ -3,7 +3,7 @@ "url" : "https://github.com/thesheeep/hxeasylog/", "license": "MIT", "tags": ["logging","logs","log","debug","easylog","files"], - "description": "Easy to use logging tool that allows different logging levels as well as logging to different files.", + "description": "Easy to use logging tool that allows different logging types as well as logging to one, multiple or no files (and to console).", "version": "1.0.1", "classpath": "/", "releasenote": "1.0.1 - the path to the log file(s) is now created before trying to open the file.",