Skip to content

Commit 05867a6

Browse files
committed
fix: paths
1 parent 6299ecc commit 05867a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fast-api-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HATCHET_CLIENT_TOKEN="<token>"
2020
OPENAI_API_KEY="<openai-key>"
2121
```
2222

23-
2. Open a terminal and navigate to the project root directory (`/fast-api-react`).
23+
2. Open a terminal and navigate to the project backend directory (`/fast-api-react/backend`).
2424

2525
3. Run the following command to install the project dependencies:
2626

@@ -48,7 +48,7 @@ poetry run hatchet
4848

4949
We've included a basic chat engine frontend to play with the example workflow. To run this script:
5050

51-
1. Open a new terminal window and cd into the [`./frontend`](./frontend/) directory.
51+
1. Open a new terminal window and cd into the [`fast-api-react/frontend`](./frontend/) directory.
5252
2. run `npm install`
5353
3. run `npm start`
5454
4. By default you can access the application in your browser at `http://localhost:3000` or by following the instructions in the terminal window.

0 commit comments

Comments
 (0)