From 8bd9dfe05716b9da039543588bf20c3a0d2739b8 Mon Sep 17 00:00:00 2001 From: Colt Steele MacBook Date: Wed, 4 Sep 2024 17:08:34 -0600 Subject: [PATCH] update readme with correct number of total courses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02aadd7..fce2a1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Anthropic courses -Welcome to Anthropic's educational courses. This repository currently contains four courses. We suggest completing the courses in the following order: +Welcome to Anthropic's educational courses. This repository currently contains five courses. We suggest completing the courses in the following order: 1. [Anthropic API fundamentals](./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