diff --git a/README.md b/README.md index f6005211..fc512308 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ uv run --with mellea docs/examples/tutorial/example.py | Hello, World | Open In Colab | Quick‑start demo | | Simple Email | Open In Colab | Using the `m.instruct` primitive | | Instruct-Validate-Repair | Open In Colab | Introduces our first generative programming design pattern | -| Model Options | Open In Colab | Demonstrates how to pass model options through to backends | +| Model Options | Open In Colab | Demonstrates how to pass model options through to backends | | Sentiment Classifier | Open In Colab | Introduces the `@generative` decorator | | Managing Context | Open In Colab | Shows how to construct and manage context in a `MelleaSession` | | Generative OOP | Open In Colab | Demonstrates object-oriented generative programming in Mellea |