@jscad/web 2.6.10 → 2.6.12

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 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