Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Feb 10, 2025
1 parent 76184cc commit b5c3483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

`bevy_vello` is a cross-platform, 2D compute-centric vector graphics rendering library for Bevy. There is default support for rendering text and scenes, with additional opt-in features for SVG and Lottie.

Quickstart to run the demo:
Quickstart to run an example:

```shell
cargo run -p demo
cargo run -p <example name>
```

![Alt text](image.png)
Expand Down Expand Up @@ -50,7 +50,7 @@ cargo run -p demo
### Cross platform (Bevy)

```shell
cargo run -p <demo name>
cargo run -p <example name>
```

### Web platform
Expand Down

0 comments on commit b5c3483

Please sign in to comment.