From b26866aa95d02d2d2e5ac40f4531fa0e428953a6 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Wed, 26 Feb 2025 14:03:29 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54084148..2aeed31c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Claude Code (Research Preview) -![](https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat-square) +![](https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat-square) [![npm]](https://www.npmjs.com/package/json-schema-to-typescript) + +[npm]: https://img.shields.io/npm/v/@anthropic-ai/claude-code.svg?style=flat-square Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.