Skip to content

Commit afd6913

Browse files
authored
Fix typos and improve readability in README.md
1 parent 221ac00 commit afd6913

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ But the second you need to do something slightly more advanced, you end up with
1313
- How do you add Tool Calling Middleware?
1414
- How do you create Tools from a class or MCP Server?
1515

16-
Things like the above, while doable, are very cumbersome and are not discoverable, as Microsoft Agent Framework has decided to be very generic.
16+
Things like the above, while doable, are very cumbersome and are not discoverable in Microsoft Agent Framework, as it has decided to be very generic.
1717

18-
Agent Framework Toolkit resolves these issues by offering Provider-specific wrappers around Microsoft Agent Framework, that are tailored to the specific provider while keeping 100% compatibility with the rest of Microsoft Agent Framework. The result is less code and much easier code for you to write.
18+
Agent Framework Toolkit resolves these issues by offering Provider-specific wrappers around Microsoft Agent Framework that are tailored to the specific provider while keeping 100% compatibility with the rest of Microsoft Agent Framework. The result is less code and much easier code for you to write.
1919

2020
![With and Without Agent Framework Toolkit](https://i.imgur.com/NN18Ets.png)
2121
*The above sample shows how the code looks with and without the Agent Framework Toolkit. You can get more details in [this video](https://youtu.be/OWjy4vkj-8o).*
2222

2323
## Supported Providers
24-
The following providers are currently supported (check out the individual README's for details and samples)
24+
The following providers are currently supported (check out the individual READMEs for details and samples)
2525

2626
| Provider | Supported Features | | |
2727
|---|---|---|--|

0 commit comments

Comments
 (0)