@jscad/web 2.6.10 → 2.6.11

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.6.11](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.6.10...@jscad/web@2.6.11) (2025-09-20)
7
+
8
+ **Note:** Version bump only for package @jscad/web
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.6.10](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.6.9...@jscad/web@2.6.10) (2024-12-29)
7
15
 
8
16
  **Note:** Version bump only for package @jscad/web
package/README.md CHANGED
@@ -38,12 +38,12 @@ Go to *[openjscad.xyz](https://openjscad.xyz)*
38
38
 
39
39
  ### Use within a Web Site (pre built files)
40
40
 
41
- ```
41
+ ```bash
42
42
  cd base-directory-of-website
43
43
  git clone https://github.com/jscad/OpenJSCAD.org
44
44
  cd OpenJSCAD.org
45
- cd packages/web // this is where the web version is
46
- cp ../examples ./examples // copy the examples here
45
+ cd packages/web # this is where the web version is
46
+ cp -r ../examples ./examples # copy the examples here
47
47
  <start a web server here>
48
48
  ```
49
49