Skip to content

Commit fd4ced7

Browse files
committed
docs: fix package name referenced in README.md
1 parent 4acf638 commit fd4ced7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tree-sitter-wgsl-bevy
22
=====================
33

4-
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-wgsl_bevy/actions/workflows/ci.yml)
4+
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-wgsl-bevy/actions/workflows/ci.yml)
55
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
66
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
77
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-wgsl_bevy)
@@ -11,9 +11,9 @@ tree-sitter-wgsl-bevy
1111
This is a extension of [tree-sitter-wgsl](https://github.com/szebniok/tree-sitter-wgsl) to support
1212
the [Bevy](https://bevyengine.org/) preprocessor.
1313

14-
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-wgsl_bevy/ci.yml?logo=github&label=CI
14+
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-wgsl-bevy/ci.yml?logo=github&label=CI
1515
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
1616
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
17-
[npm]: https://img.shields.io/npm/v/tree-sitter-wgsl_bevy?logo=npm
18-
[crates]: https://img.shields.io/crates/v/tree-sitter-wgsl_bevy?logo=rust
19-
[pypi]: https://img.shields.io/pypi/v/tree-sitter-wgsl_bevy?logo=pypi&logoColor=ffd242
17+
[npm]: https://img.shields.io/npm/v/tree-sitter-wgsl-bevy?logo=npm
18+
[crates]: https://img.shields.io/crates/v/tree-sitter-wgsl-bevy?logo=rust
19+
[pypi]: https://img.shields.io/pypi/v/tree-sitter-wgsl-bevy?logo=pypi&logoColor=ffd242

0 commit comments

Comments
 (0)