From 742d169601687e636a19983c67571fbdba5a8575 Mon Sep 17 00:00:00 2001 From: brownrw8 Date: Mon, 27 Jan 2025 10:41:30 -1000 Subject: [PATCH] typo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86ba0e501c..fa8919d10c 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Other language [README files](./README.md) are available in: -- [Español](./locale/es/README.md) -- [Deutsch](./locale/de/README.md) -- [日本語](./locale/ja/README.md) -- [简体中文](./locale/zh-cn/README.md) -- [繁體中文](./locale/zh-tw/README.md) +- [Español](./locales/es/README.md) +- [Deutsch](./locales/de/README.md) +- [日本語](./locales/ja/README.md) +- [简体中文](./locales/zh-cn/README.md) +- [繁體中文](./locales/zh-tw/README.md) Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf), Cline can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond code completion or tech support. Cline can even use the Model Context Protocol (MCP) to create new tools and extend his own capabilities. While autonomous AI scripts traditionally run in sandboxed environments, this extension provides a human-in-the-loop GUI to approve every file change and terminal command, providing a safe and accessible way to explore the potential of agentic AI.