Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ir31k0 committed Jul 15, 2024
1 parent 35edc6c commit d90ead7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This directory contains examples of how to use the egui_graphs library.

## Prerequisites
All examples requires rust to be installed. Just follow easy one step install from the official site https://www.rust-lang.org/tools/install.
All examples require rust to be installed. Just follow easy one step install from the official site https://www.rust-lang.org/tools/install.

## Run
To run an example, use the following command:
Expand Down
2 changes: 1 addition & 1 deletion examples/wasm_custom_draw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Basic example which demonstrates the usage of `GraphView` widget in a wasm enviroment.

## prepare
1. Copy this example out to is own folder to use.
1. Copy this example out to its own folder to use.
2. You will need to have Trunk installed to run this example:
```bash
cargo install --locked trunk
Expand Down

0 comments on commit d90ead7

Please sign in to comment.