Skip to content

Commit

Permalink
Update verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Dec 26, 2024
1 parent 3d5d9c1 commit 68e01ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ id = 9670971
- `typescript`: boolean (optional)
- Generate a Typescript definition file.
- `style`: "flat" | "nested" (optional)
- The code-generation style to use. Defaults to `flat`, which makes accessing assets feel like writing file paths. You may consider using `nested` if you are not a TypeScript user, however, as Luau does not support string template literals.
- The code-generation style to use. Defaults to `flat`, which makes accessing assets feel like writing file paths. You may consider using `nested` if you are not a TypeScript user, however, as Luau does not support template literal types.
- `output_name`: string (optional)
- The name for the generated files. Defaults to `assets`.
- `strip_extension`: boolean (optional)
Expand Down

0 comments on commit 68e01ed

Please sign in to comment.