Skip to content

Commit de8f634

Browse files
committed
corrected import pkg name
1 parent 905e93c commit de8f634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you want more control over the mesh generation and export, you can use the `g
6363

6464
```python
6565
import cadquery as cq
66-
import cadquery_assembly_mesh_plugin.plugin
66+
import assembly_mesh_plugin.plugin
6767
import gmsh
6868

6969
shell = cq.Workplane("XY").box(50, 50, 50)

0 commit comments

Comments
 (0)