From df3ac1a0411ef5fb9b433ca529b97edec1e0266e Mon Sep 17 00:00:00 2001 From: Artur Kordowski <9746197+akordowski@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:10:13 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- docs/index.md | 2 +- docs/reference/configuration.md | 2 +- nuget/NUGET.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67c8eb2..1130472 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/v/AIToolbox)](https://www.nuget.org/packages/AIToolbox) -AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in not time. +AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in no time. **Features:** diff --git a/docs/index.md b/docs/index.md index 7b7c6ba..e62260d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Introduction -AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in not time. +AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in no time. Features: diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index cd8fc2c..e45ec48 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -1,6 +1,6 @@ # Configuration -AI Toolbox uses a configuration driven approach, which allows adding AI capabilities to .NET applications in not time. The easiest way to set up an application is to use the functionality provided by the `AIToolbox.DependencyInjection` NuGet package. +AI Toolbox uses a configuration driven approach, which allows adding AI capabilities to .NET applications in no time. The easiest way to set up an application is to use the functionality provided by the `AIToolbox.DependencyInjection` NuGet package. The `AddAIToolbox()` method is the starting point for the configuration of the application. diff --git a/nuget/NUGET.md b/nuget/NUGET.md index 1c4cbb1..cf7afbd 100644 --- a/nuget/NUGET.md +++ b/nuget/NUGET.md @@ -4,7 +4,7 @@ AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET -applications in not time. +applications in no time. **Features:**