From 58a7dd0934953786eb06d0e38aec4dac38d46215 Mon Sep 17 00:00:00 2001 From: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:18:07 -0500 Subject: [PATCH] chore: Fix Dir tree in readme (#112) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76ae9eceb..fe8c6e42f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Check out [cdp-langchain/examples](./cdp-langchain/examples) for inspiration and CDP Agentkit is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo) that contains multiple packages. +``` ./ ├── cdp-agentkit-core/ │ ├── python/ @@ -50,6 +51,7 @@ CDP Agentkit is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo ├── python/ ├── typescript/ └── examples/ +``` ### cdp-agentkit-core