Skip to content

Commit

Permalink
chore: Update project description and add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Feb 29, 2024
1 parent d61cd9f commit d9a385a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"

[workspace.package]
authors = ["magic-akari <akari.ccino@gmail.com>"]
description = "A wasm based lua formatter"
description = "A WASM based Lua Formatter"
edition = "2021"
homepage = "https://github.com/wasm-fmt/lua_fmt"
keywords = ["wasm", "stylua", "lua", "formatter"]
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ import init, { format } from "@wasm-fmt/lua_fmt/vite";

// ...
```

# Credits

Thanks to:

- The [StyLua](https://github.com/JohnnyMorganz/StyLua) project created by [@JohnnyMorganz](https://github.com/JohnnyMorganz)

0 comments on commit d9a385a

Please sign in to comment.