|
1 | | -# Anthropic Cookbook |
| 1 | +# Claude Cookbook |
2 | 2 |
|
3 | | -The Anthropic Cookbook provides code and guides designed to help developers build with Claude, offering copy-able code snippets that you can easily integrate into your own projects. |
| 3 | +The Claude Cookbook provides code and guides designed to help developers build with Claude, offering copy-able code snippets that you can easily integrate into your own projects. |
4 | 4 |
|
5 | 5 | ## Prerequisites |
6 | 6 |
|
7 | | -To make the most of the examples in this cookbook, you'll need an Anthropic API key (sign up for free [here](https://www.anthropic.com)). |
| 7 | +To make the most of the examples in this cookbook, you'll need an Claude API key (sign up for free [here](https://www.anthropic.com)). |
8 | 8 |
|
9 | | -While the code examples are primarily written in Python, the concepts can be adapted to any programming language that supports interaction with the Anthropic API. |
| 9 | +While the code examples are primarily written in Python, the concepts can be adapted to any programming language that supports interaction with the Claude API. |
10 | 10 |
|
11 | | -If you're new to working with the Anthropic API, we recommend starting with our [Anthropic API Fundamentals course](https://github.com/anthropics/courses/tree/master/anthropic_api_fundamentals) to get a solid foundation. |
| 11 | +If you're new to working with the Claude API, we recommend starting with our [Claude API Fundamentals course](https://github.com/anthropics/courses/tree/master/anthropic_api_fundamentals) to get a solid foundation. |
12 | 12 |
|
13 | 13 | ## Explore Further |
14 | 14 |
|
15 | 15 | Looking for more resources to enhance your experience with Claude and AI assistants? Check out these helpful links: |
16 | 16 |
|
17 | | -- [Anthropic developer documentation](https://docs.anthropic.com/claude/docs/guide-to-anthropics-prompt-engineering-resources) |
| 17 | +- [Anthropic developer documentation](https://docs.claude.com/claude/docs/guide-to-anthropics-prompt-engineering-resources) |
18 | 18 | - [Anthropic support docs](https://support.anthropic.com) |
19 | 19 | - [Anthropic Discord community](https://www.anthropic.com/discord) |
20 | 20 |
|
21 | 21 | ## Contributing |
22 | 22 |
|
23 | | -The Anthropic Cookbook thrives on the contributions of the developer community. We value your input, whether it's submitting an idea, fixing a typo, adding a new guide, or improving an existing one. By contributing, you help make this resource even more valuable for everyone. |
| 23 | +The Claude Cookbook thrives on the contributions of the developer community. We value your input, whether it's submitting an idea, fixing a typo, adding a new guide, or improving an existing one. By contributing, you help make this resource even more valuable for everyone. |
24 | 24 |
|
25 | 25 | To avoid duplication of efforts, please review the existing issues and pull requests before contributing. |
26 | 26 |
|
|
0 commit comments