Skip to content

Commit

Permalink
examples: fix path in js_dom_draw_benchmark example docs (#20780)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Feb 11, 2024
1 parent 5da8880 commit 0909598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/js_dom_draw_benchmark_chart/README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/js_dom_draw_benchmark_chart/chart/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0909598

Please sign in to comment.