mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
examples: fix path in js_dom_draw_benchmark example docs (#20780)
This commit is contained in:
parent
5da88800ae
commit
09095985d3
@ -12,7 +12,7 @@
|
|||||||
The steps below assume that your current directory path is the examples project directory.
|
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.
|
Execute the following commands in separate terminal instances.
|
||||||
|
@ -15,7 +15,7 @@ A message like `[Vweb] Running app on http://localhost:3001/` should appear
|
|||||||
|
|
||||||
# To implement new benchmarks in v
|
# 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:
|
Create a route returning a `Response` struct like:
|
||||||
|
|
||||||
```v ignore
|
```v ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user