docs(readme): minor copyedit

Christian Rocha created

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -60,7 +60,7 @@ fmt.Println(result.Response.Content.Text())
 
 ## Multi-model? Multi-provider?
 
-Yeah! Fantasy is designed to support a wide variety of providers and models under a single API. While many providers such as Microsoft Azure, Amazon Bedrock, and OpenRouter have dedicated package, many other work just fine with `openaicompat`, the generic OpenAI-compatible layer. That said, if you find a provider that’s not compatible and needs special treatment, please let us know in an issue (or open a PR).
+Yeah! Fantasy is designed to support a wide variety of providers and models under a single API. While many providers such as Microsoft Azure, Amazon Bedrock, and OpenRouter have dedicated packages in Fantasy, many others work just fine with `openaicompat`, the generic OpenAI-compatible layer. That said, if you find a provider that’s not compatible and needs special treatment, please let us know in an issue (or open a PR).
 
 ## Work in Progress