Skip to content

Commit 239c231

Browse files
committed
docs: address PR review comments
- Remove mellea.ai row from Learn More table (keep only docs.mellea.ai) - Link 'source installation' to CONTRIBUTING.md on install line
1 parent bb002e3 commit 239c231

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ with structured, testable AI workflows built around type-annotated outputs, veri
2424
uv pip install mellea
2525
```
2626

27-
See [installation docs](https://docs.mellea.ai/getting-started/installation) for extras (`[hf]`, `[watsonx]`, `[docling]`, `[all]`, …) and source installation.
27+
See [installation docs](https://docs.mellea.ai/getting-started/installation) for extras (`[hf]`, `[watsonx]`, `[docling]`, `[all]`, …), or [CONTRIBUTING.md](CONTRIBUTING.md) for source installation from git.
2828

2929
## Example
3030

@@ -62,8 +62,7 @@ print(user.age) # 31 — always an int, guaranteed by the schema
6262

6363
| Resource | Description |
6464
| --- | --- |
65-
| [mellea.ai](https://mellea.ai) | Vision and features |
66-
| [docs.mellea.ai](https://docs.mellea.ai) | Full docs — tutorials, API reference, how-to guides |
65+
| [docs.mellea.ai](https://docs.mellea.ai) | Full docs — vision, tutorials, API reference, how-to guides |
6766
| [Colab notebooks](docs/examples/notebooks/) | Interactive examples you can run immediately |
6867
| [Code examples](docs/examples/) | Runnable examples: RAG, agents, Instruct-Validate-Repair (IVR), MObjects, and more |
6968

0 commit comments

Comments
 (0)