Skip to content

Commit 6e6fbba

Browse files
authored
Update README.md
1 parent 94f5f6a commit 6e6fbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After copying these files to a locaton on your machine, run command `npm link ty
2020
Add the lualib files to your project. This helper library unlocks additional typescript functions:
2121
- Ternary operator
2222
- Functional-style list operations (forEach/map/filter/every/some)
23-
- Includes lua Map<S,T> and Set<T> implementations
23+
- Includes lua `Map<S,T>` and `Set<T>` implementations
2424
Add `require("typescript")` in your code code if you want to use the lualib functionality.
2525

2626
### Transpiling an individual TypeScript file to Lua

0 commit comments

Comments
 (0)