wrec 0.37.0 → 0.38.0
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
|
@@ -173,7 +173,7 @@ To run the examples in the `src/examples` directory:
|
|
|
173
173
|
1. cd to the `wrec` project directory.
|
|
174
174
|
1. Enter `npm install`.
|
|
175
175
|
1. Enter `npm run dev`.
|
|
176
|
-
1. Browse `localhost:5173/
|
|
176
|
+
1. Browse `localhost:5173/examples/{name}.html` where `name`
|
|
177
177
|
is the name of one of the `.html` files in that directory.
|
|
178
178
|
|
|
179
179
|
`hello-world.html` demonstrates a basic Wrec component.
|