From 8b36013a030f6534bb24a7a73e09f29d769d64da Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 31 Oct 2024 14:48:21 -0400 Subject: [PATCH] Fix bad tab in how-to guide (#2278) --- docs/docs/cloud/deployment/test_locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/cloud/deployment/test_locally.md b/docs/docs/cloud/deployment/test_locally.md index 3277f8314..b68caaa29 100644 --- a/docs/docs/cloud/deployment/test_locally.md +++ b/docs/docs/cloud/deployment/test_locally.md @@ -13,7 +13,7 @@ Install the proper packages: ```bash pip install -U langgraph-cli ``` -=== "Homebrew" (macOS only) +=== "Homebrew (macOS only)" ```bash brew install langgraph-cli ``` @@ -189,4 +189,4 @@ Now we can invoke our graph to ensure it is working. Make sure to change the inp ' ``` -If your graph works correctly, you should see your graph output displayed in the console. Of course, there are many more ways you might need to test your graph, for a full list of commands you can send with the SDK, see the [Python](https://langchain-ai.github.io/langgraph/cloud/reference/sdk/python_sdk_ref/) and [JS/TS](https://langchain-ai.github.io/langgraph/cloud/reference/sdk/js_ts_sdk_ref/) references. \ No newline at end of file +If your graph works correctly, you should see your graph output displayed in the console. Of course, there are many more ways you might need to test your graph, for a full list of commands you can send with the SDK, see the [Python](https://langchain-ai.github.io/langgraph/cloud/reference/sdk/python_sdk_ref/) and [JS/TS](https://langchain-ai.github.io/langgraph/cloud/reference/sdk/js_ts_sdk_ref/) references.