Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Dec 8, 2024
1 parent d1cd601 commit da5bf2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add MESS to your project by updating your `pubspec.yaml`:

```yaml
dependencies:
mess: ^1.0.0
mess: <version>
```
Then, fetch the package:
Expand All @@ -48,11 +48,11 @@ flutter pub get

We aim to establish MESS as the go-to ECS solution for Flutter. Your contributions, suggestions, and bug reports are always welcome!

- **GitHub:** [Repository Link](https://github.com/your-repo/mess)
- **Issues:** Report bugs or suggest improvements via [Issues](https://github.com/your-repo/mess/issues).
- **GitHub:** [Repository Link](https://github.com/plugfox/mess)
- **Issues:** Report bugs or suggest improvements via [Issues](https://github.com/plugfox/mess/issues).
- **Pull Requests:** We welcome your code and ideas!

## License

MESS is distributed under the MIT license. See the [LICENSE](https://github.com/your-repo/mess/blob/main/LICENSE) file for more details.
MESS is distributed under the MIT license. See the [LICENSE](https://github.com/plugfox/mess/blob/master/LICENSE) file for more details.

0 comments on commit da5bf2a

Please sign in to comment.