diff --git a/README.md b/README.md
index c8e834dd8b0b0e3ad5b54d912cbeb3e9dfa3cd56..9c97adc634a6c8345e000cd2f70b7b557914334f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ will be sent with the bot to the Matrix channel like so:
 
 For a bridge where virtual users are created in Matrix, checkout the [appservice](https://github.com/diggers-mt/minetest-matrix/tree/appservice) branch!
 
-** This is a work in progress**
+**This is a work in progress**
 Until we have a stable release, expect breaking changes and whatnot.
 
 ## Installing
diff --git a/debug.lua b/debug.lua
index ae66e81f5d6dee562945004bd7151fa7ef67811c..720be8ea160d0ff84556a7e83c5931f478ce6544 100644
--- a/debug.lua
+++ b/debug.lua
@@ -2,7 +2,6 @@ function eprintf(fmt, ...)
   minetest.log("info", fmt:format(...))
 end
 
-
 function table_print (tt, indent, done)
   done = done or {}
   indent = indent or 0
diff --git a/init.lua b/init.lua
index 55a01776449609db85398ab3789eb753cfaa8fd1..bd536fc46808abe4093b518b34b773cc75c2a63f 100644
--- a/init.lua
+++ b/init.lua
@@ -25,7 +25,7 @@ matrix = {
 }
 
 dofile(modpath.."/config.lua")
---dofile(modpath.."/debug.lua")
+dofile(modpath.."/debug.lua")
 
 -- Temporarily set require so that LuaIRC can access it
 local old_require = require