Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 5, 2024
1 parent 8cee790 commit ab9f97f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Anyone can run their own servers, modify their client, and extend the underlying
UNAVI is almost entirely written in Rust 🦀.
The app is built using [Bevy](https://bevyengine.org/) and makes heavy use of [WebAssembly](https://webassembly.org/) for user scripting.
Multiplayer is handled by self-hostable servers acting as relays for communication between players.
UNAVI provides both a web app and native build.

This project is still early, any feedback or contributions are greatly appreciated!
Come join the [Discord](https://discord.gg/cazUfCCgHJ) and say hi!
Expand All @@ -48,7 +47,7 @@ You can then run crates using cargo:
cargo run -p unavi-app
```

Or serve the web app using trunk:
Or serve the web app (WIP) using trunk:

```bash
trunk serve
Expand Down

0 comments on commit ab9f97f

Please sign in to comment.