wrec 0.20.9 → 0.20.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,7 +138,7 @@ To run the examples in the `src/examples` directory:
|
|
|
138
138
|
1. cd to the `wrec` project directory.
|
|
139
139
|
1. Enter `npm install`.
|
|
140
140
|
1. Enter `npm run dev`.
|
|
141
|
-
1. Browse `localhost:5173/examples/{name}.html` where `name`
|
|
141
|
+
1. Browse `localhost:5173/src/examples/{name}.html` where `name`
|
|
142
142
|
is the name of one of the `.html` files in that directory.
|
|
143
143
|
|
|
144
144
|
`hello-world.html` demonstrates a basic Wrec component.
|