Skip to content

Commit b51e195

Browse files
committed
correcting package name in examples
1 parent b2d5f55 commit b51e195

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tagged faces are matched to their corresponding surfaces in the mesh via their p
1111

1212
## Installation
1313

14-
You can do `pip install -e .` locally in the root of this repo to enable development. Alternatively, you can install via `pip install git+git@github.com:cadquery/cadquery-assembly-mesh-plugin.git` if you have access to the repo on Github.
14+
You can do `pip install -e .` locally in the root of this repo to enable development. Alternatively, you can install via `pip install git+git@github.com:cadquery/assembly-mesh-plugin.git` if you have access to the repo on Github.
1515

1616
## Usage
1717

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ dev = [
3232
]
3333

3434
[project.urls]
35-
Repository = "https://github.com/cadquery/cadquery-assembly-mesh-plugin.git"
36-
"Bug Tracker" = "https://github.com/cadquery/cadquery-assembly-mesh-plugin/issues"
35+
Repository = "https://github.com/cadquery/assembly-mesh-plugin.git"
36+
"Bug Tracker" = "https://github.com/cadquery/assembly-mesh-plugin/issues"

0 commit comments

Comments
 (0)