Skip to content

Commit f369170

Browse files
authored
Fixed typo in README.md (#12735)
### Description Fixed the casing of word Core in the name of the package. ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
1 parent d96cadc commit f369170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pip install semantic-kernel
5555

5656
```bash
5757
dotnet add package Microsoft.SemanticKernel
58-
dotnet add package Microsoft.SemanticKernel.Agents.core
58+
dotnet add package Microsoft.SemanticKernel.Agents.Core
5959
```
6060

6161
### Java

0 commit comments

Comments
 (0)