diff --git a/README.md b/README.md index 75ed07efd1..5ab75e1ac3 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Create a simple Agent, using Microsoft Foundry with token-based auth, that write ```c# // dotnet add package Microsoft.Agents.AI.AzureAI --prerelease -// dotnet add package Azure.Identity +// dotnet add package Microsoft.Agents.AI.Foundry // Use `az login` to authenticate with Azure CLI using Azure.AI.Projects; using Azure.Identity;