From e732f611789fe17b81da02966786ecf2498ec624 Mon Sep 17 00:00:00 2001 From: sohn <59533593+oikosohn@users.noreply.github.com> Date: Thu, 27 Mar 2025 03:21:04 +0900 Subject: [PATCH] Fix: incorrect math_example.py path in README (fix 404 error) (#4) The previous README file referenced `example/math.py`, which resulted in a 404 error. Updated the path to the correct `example/math_example.py` . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 150bab9..96dde26 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pip install langchain langchain-anthropic ## Example -A full version of this in one file can be found [here](examples/math.py) +A full version of this in one file can be found [here](examples/math_example.py) ### 1. Define your tools