Skip to content

Commit 62a383d

Browse files
docs: wrap package names in backticks instead of bold formatting (#1245)
1 parent a2e86de commit 62a383d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/quickstart.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"\n",
3636
"You'll also need to install a few dependencies to create an agent:\n",
3737
"\n",
38-
"- **@langchain/langgraph** contains the building blocks used to assemble an agent\n",
39-
"- **@langchain/openai** enable your agent to use OpenAI's LLMs\n",
40-
"- **@langchain/community** includes the Tavily integration give your agent search capabilities\n",
38+
"- **`@langchain/langgraph`** contains the building blocks used to assemble an agent\n",
39+
"- **`@langchain/openai`** enable your agent to use OpenAI's LLMs\n",
40+
"- **`@langchain/community`** includes the Tavily integration give your agent search capabilities\n",
4141
"\n",
4242
"You can install these dependencies using by running following npm command in your terminal:\n",
4343
"\n",

0 commit comments

Comments
 (0)