Skip to content

Commit

Permalink
examples: fix path in js_dom_draw_benchmark example docs (vlang#20780)
Browse files Browse the repository at this point in the history
JalonSolov authored Feb 11, 2024
1 parent 5da8880 commit 0909598
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/js_dom_draw_benchmark_chart/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion examples/js_dom_draw_benchmark_chart/chart/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0909598

Please sign in to comment.