Update README.md

This commit is contained in:
Tony Stark
2022-01-08 20:47:52 +05:30
committed by GitHub
parent b806ca3eee
commit 28d1fc1292

View File

@@ -72,7 +72,7 @@ CreateThread(function()
print(a, b) -- 'hello there', 'general kenobi' print(a, b) -- 'hello there', 'general kenobi'
end) end)
``` ```
###Intervals ### Intervals
```lua ```lua
local ontick = SetInterval(function(...) local ontick = SetInterval(function(...)