From 4ec875e4a8210d422b9865ac582ce0da054a8915 Mon Sep 17 00:00:00 2001 From: Rahim Nathwani Date: Tue, 22 Oct 2024 09:24:09 -0700 Subject: [PATCH] Fix README.md typo (#40) --- computer-use-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-use-demo/README.md b/computer-use-demo/README.md index a7d09e80..7feb9df7 100644 --- a/computer-use-demo/README.md +++ b/computer-use-demo/README.md @@ -14,7 +14,7 @@ This repository helps you get started with computer use on Claude, with reference implementations of: -* Build files to create a Docker container with all nescessary dependencies +* Build files to create a Docker container with all necessary dependencies * A computer use agent loop using the Anthropic API, Bedrock, or Vertex to access the updated Claude 3.5 Sonnet model * Anthropic-defined computer use tools * A streamlit app for interacting with the agent loop