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'
end)
```
###Intervals
### Intervals
```lua
local ontick = SetInterval(function(...)