diff --git a/examples/js_dom_draw_benchmark_chart/README.md b/examples/js_dom_draw_benchmark_chart/README.md index ee6bce53fc..0d7a424625 100644 --- a/examples/js_dom_draw_benchmark_chart/README.md +++ b/examples/js_dom_draw_benchmark_chart/README.md @@ -12,7 +12,7 @@ The steps below assume that your current directory path is the examples project directory. ``` -cd examples/js_dom_draw_bechmark_chart +cd examples/js_dom_draw_benchmark_chart ``` Execute the following commands in separate terminal instances. diff --git a/examples/js_dom_draw_benchmark_chart/chart/README.md b/examples/js_dom_draw_benchmark_chart/chart/README.md index 87947d550f..b0effbdaf9 100644 --- a/examples/js_dom_draw_benchmark_chart/chart/README.md +++ b/examples/js_dom_draw_benchmark_chart/chart/README.md @@ -15,7 +15,7 @@ A message like `[Vweb] Running app on http://localhost:3001/` should appear # To implement new benchmarks in v -In `examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v` path +In `examples/js_dom_draw_benchmark_chart/v_vweb_orm/src/main.v` path Create a route returning a `Response` struct like: ```v ignore