Skip to content

Commit 0946228

Browse files
authored
chore: add a link to a Replit demo
1 parent d086a7f commit 0946228

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ ClassLoader is a library that brings an easy-to-use and clean interface to the o
77

88
It aims to help Lua developers write OOP code quickly and easily, without the need for in-depth knowledge of metatables and implementing your own loader.
99

10-
1110
## Documentation
1211
[Visit the Wiki](https://github.com/TomDotBat/lua-class-loader/wiki) to find helpful information on the usage of this library and more.
1312

1413

1514
## Versions
1615
- [Plain Lua (Linux only)](https://github.com/TomDotBat/lua-class-loader/tree/master)
1716
- [Garry's Mod](https://github.com/TomDotBat/lua-class-loader/tree/gmod)
17+
18+
19+
## Try it out
20+
Visit the ClassLoader [Replit](https://replit.com/@TomDotBat/ClassLoader) to see it in action.

0 commit comments

Comments
 (0)