Update README.md

This commit is contained in:
Aaron 2023-09-02 17:44:28 +01:00 committed by GitHub
parent 92dca4fa1c
commit 2f2baaef76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ for a quick introduction to the library.
```lua ```lua
local vide = require(path_to_vide) local vide = require(path_to_vide)
local create = vide.create
local source = vide.source local source = vide.source
local function Counter() local function Counter()