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