Skip to content

Commit e916b63

Browse files
authored
Merge pull request #1123 from fibonacci998/fix/update-directory-nextjs
fix: update directory nextjs example in langgraph.md
2 parents 1106233 + 2b2e615 commit e916b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/gpt-researcher/multi_agents/langgraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Visit localhost:3000 on any browser and enjoy researching!
140140
### Run the NextJS React App with NPM
141141

142142
```bash
143-
cd frontend
143+
cd frontend/nextjs
144144
nvm install 18.17.0
145145
nvm use v18.17.0
146146
npm install --legacy-peer-deps

0 commit comments

Comments
 (0)