Skip to content

Commit 364500a

Browse files
authored
docs: fix link & code example (#37)
1 parent 2fd087f commit 364500a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/localselectors/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is done by using the lowercase letters `x`, `y`, and `z` instead of the upp
66
## Installation
77

88
```
9-
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=localcoordinates&subdirectory=plugins/localcoordinates"
9+
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=localselectors&subdirectory=plugins/localselectors"
1010
```
1111

1212

@@ -22,6 +22,7 @@ To use this plugin after it has been installed, import it to automatically patch
2222

2323
```python
2424
import cadquery as cq
25+
import localselectors # Adds local selectors to cadquery.Workplane
2526

2627
result = (cq.Workplane().rect(50, 50)
2728
.extrude(50))

0 commit comments

Comments
 (0)