Fix bad tab in how-to guide (#2278)

This commit is contained in:
Eugene Yurtsev
2024-10-31 14:48:21 -04:00
committed by GitHub
parent ed91572ceb
commit 8b36013a03
+2 -2
View File
@@ -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.
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.