Skip to content

Commit d3fd999

Browse files
authored
Merge pull request #7 from CharlesCNorton/patch-1
Update README.md
2 parents 972392d + e538603 commit d3fd999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project demonstrates a fullstack application using a React frontend and a L
1212
- 🌐 Integrated web research via Google Search API.
1313
- 🤔 Reflective reasoning to identify knowledge gaps and refine searches.
1414
- 📄 Generates answers with citations from gathered sources.
15-
- 🔄 Hot-reloading for both frontend and backend development during development.
15+
- 🔄 Hot-reloading for both frontend and backend during development.
1616

1717
## Project Structure
1818

@@ -79,7 +79,7 @@ In production, the backend server serves the optimized static frontend build. La
7979

8080
_Note: For the docker-compose.yml example you need a LangSmith API key, you can get one from [LangSmith](https://smith.langchain.com/settings)._
8181

82-
_Note: If you are not running the docker-compose.yml example or exposing the backend server to the public internet, you update the `apiUrl` in the `frontend/src/App.tsx` file your host. Currently the `apiUrl` is set to `http://localhost:8123` for docker-compose or `http://localhost:2024` for development._
82+
_Note: If you are not running the docker-compose.yml example or exposing the backend server to the public internet, you should update the `apiUrl` in the `frontend/src/App.tsx` file to your host. Currently the `apiUrl` is set to `http://localhost:8123` for docker-compose or `http://localhost:2024` for development._
8383

8484
**1. Build the Docker Image:**
8585

0 commit comments

Comments
 (0)