diff --git a/examples/README.md b/examples/README.md index 7622647..5423772 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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: diff --git a/examples/wasm_custom_draw/README.md b/examples/wasm_custom_draw/README.md index 92f90cb..696bc3c 100644 --- a/examples/wasm_custom_draw/README.md +++ b/examples/wasm_custom_draw/README.md @@ -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