Skip to content

Commit 23dccab

Browse files
authored
Update README.md
1 parent eaffbcb commit 23dccab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ QuickList is a Lua (class) library for managing arrays efficiently. It provides
44
This was made by creepersaur. Go and subscribe to him on [Youtube](https://youtube.com/c/creepersaur).
55

66
# Usage
7+
Download the `QuickList.lua` from the source code. Or use releases if an updated version is there.
78
Just `require(path)` to the QuickList module. Then use the returned value to make lists. Name the variable anything, but it's best to name it something short (such as ql or underscore)
89
```lua
910
local _ = require('QuickList')
@@ -19,6 +20,10 @@ print(myTable)
1920
> {Hello, World}
2021
```
2122

23+
# Roblox Usage
24+
Read the **Usage** above ^^^.
25+
For anyone willing to use this on Roblox, copy the contents of `QuickList.lua` and paste them into a ModuleScript. Then `require(PathToModule)`.
26+
2227
## QuickList Class
2328

2429
### `require('QuickList')`

0 commit comments

Comments
 (0)