rename course folder

This commit is contained in:
Colt Steele MacBook
2024-07-22 15:33:01 -06:00
parent 263bd00e43
commit 62cfe77da4
37 changed files with 1 additions and 1 deletions

View File

@@ -2,5 +2,5 @@
Welcome to Anthropic's educational courses. This repository currently contains two courses:
- [SDK Onramp Course](./SDKOnramp/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc.
- [SDK Onramp Course](./AnthropicAPIFundamentals/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc.
- [Tool Use Course](./ToolUse/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.