fix grammar

This commit is contained in:
Michael Freno
2025-12-07 11:27:29 -05:00
parent a318f71faa
commit 0d35825913
3 changed files with 9 additions and 78 deletions

View File

@@ -24,6 +24,14 @@ description = {
- Text input with rich editing features
- Responsive design with viewport units
- Both immediate and retained rendering modes
Going this route, you will need to link the luarocks path to your project:
(for mac/linux)
```lua
package.path = package.path .. ";/Users/<your_username>/.luarocks/share/lua/5.1/?.lua"
package.path = package.path .. ";/Users/<your_username>/.luarocks/share/lua/5.1/?/init.lua"
package.cpath = package.cpath .. ";/Users/<your_username>/.luarocks/lib/lua/5.1/?.so"
```
]],
homepage = "https://mikefreno.github.io/FlexLove/",
license = "MIT",