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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "wrec",
3
3
  "description": "a small library that greatly simplifies building web components",
4
4
  "author": "R. Mark Volkmann",
5
- "version": "0.20.9",
5
+ "version": "0.20.10",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",