fix remaining casing issues

This commit is contained in:
Colt Steele MacBook
2024-08-13 21:19:10 -06:00
parent d2a7a9130c
commit ac41d1bff2
3 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# Anthropic Courses
# Anthropic courses
Welcome to Anthropic's educational courses. This repository currently contains four courses. We suggest completing the courses in the following order:
1. [Anthropic API Fundamentals Course](./anthropic_api_fundamentals/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.
2. [Prompt Engineering Interactive Tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques
3. [Real World Prompting Course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts
4. [Tool Use Course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.
1. [Anthropic API fundamentals course](./anthropic_api_fundamentals/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.
2. [Prompt engineering interactive tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques
3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts
4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.