smallest typo fix ever: life -> live (#25)

This commit is contained in:
gak 2024-07-28 15:09:33 +10:00 committed by GitHub
parent be8a80519d
commit a718aa7ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
## Bevy included support
To enable life reload it should be enough to enable `file-watcher` feature
To enable live reload it should be enough to enable `file-watcher` feature
within bevy dependency in `Cargo.toml`
```