Skip to content

Commit d9a385a

Browse files
committed
chore: Update project description and add credits
1 parent d61cd9f commit d9a385a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[workspace.package]
77
authors = ["magic-akari <akari.ccino@gmail.com>"]
8-
description = "A wasm based lua formatter"
8+
description = "A WASM based Lua Formatter"
99
edition = "2021"
1010
homepage = "https://github.com/wasm-fmt/lua_fmt"
1111
keywords = ["wasm", "stylua", "lua", "formatter"]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ import init, { format } from "@wasm-fmt/lua_fmt/vite";
2626

2727
// ...
2828
```
29+
30+
# Credits
31+
32+
Thanks to:
33+
34+
- The [StyLua](https://github.com/JohnnyMorganz/StyLua) project created by [@JohnnyMorganz](https://github.com/JohnnyMorganz)

0 commit comments

Comments
 (0)