From 8c5cba5826292299f7b874a427a1915a4767f1d5 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Tue, 9 Sep 2025 01:40:00 -0700 Subject: [PATCH] Fix .NET casing (#616) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a59ebdeab..3f80b85e41 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Below are the basics for each language implementation. For more details on pytho - [Azure Integration](./python/packages/azure): Azure OpenAI and AI Foundry integration - [Getting Started with Workflows](./python/samples/getting_started/workflow): basic workflow creation and integration with agents -### .Net +### .NET - [Getting Started with Agents](./dotnet/samples/GettingStarted/Agents): basic agent creation and tool usage - [Agent Provider Samples](./dotnet/samples/GettingStarted/AgentProviders): samples showing different agent providers - [Orchestration Samples](./dotnet/samples/GettingStarted/Orchestration): advanced multi-agent patterns