diff --git a/README.md b/README.md index 0f79ff2..35dd0cc 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ CreateThread(function() print(a, b) -- 'hello there', 'general kenobi' end) ``` -###Intervals +### Intervals ```lua local ontick = SetInterval(function(...)