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` .
This commit is contained in:
sohn
2025-03-27 03:21:04 +09:00
committed by GitHub
parent b30ae0f80f
commit e732f61178
+1 -1
View File
@@ -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