From 09095985d3b2dd0767ffec6ca0f861562de77689 Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Sun, 11 Feb 2024 05:35:45 -0500 Subject: [PATCH] examples: fix path in js_dom_draw_benchmark example docs (#20780) --- examples/js_dom_draw_benchmark_chart/README.md | 2 +- examples/js_dom_draw_benchmark_chart/chart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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