Skip to content

Commit dfc2725

Browse files
Update README
1 parent 5faea46 commit dfc2725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository contains the COMcheckWeb API Python package. It provides tools a
99
- This project uses `uv` (configured in `pyproject.toml`) for dependency and workspace management. The `tool.uv` settings in `pyproject.toml` control workspace members and local sources.
1010

1111
Quickly useful notes:
12-
- If you reference this package from other workspace packages, keep the `tool.uv.sources` entry that maps `comcheckweb-api-python = { workspace = true }` so `uv` resolves it to the local workspace copy.
12+
- If you reference this package from other workspace packages, keep the `tool.uv.sources` entry that maps `comcheck_api = { workspace = true }` so `uv` resolves it to the local workspace copy.
1313
- For a single-package repo you can also rely on `members = ["."]` and omit additional sources, but leaving the explicit source entry is harmless and makes intent clear.
1414

1515
## Usage
@@ -61,7 +61,7 @@ guide.
6161
### 3. Install the Package
6262

6363
```bash
64-
pip install comcheckweb-api-python
64+
pip install comcheck-api
6565
```
6666

6767
### 4. Start Using the Package

0 commit comments

Comments
 (0)