Skip to content

Commit

Permalink
Merge pull request #941 from inesmrad/issues-fix
Browse files Browse the repository at this point in the history
Corrected a Typo in README.md file
  • Loading branch information
salahlalami authored Feb 4, 2024
2 parents 4ca8d9a + 0e2e322 commit dedcd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ In your terminal, navigate to the /backend directory
cd backend
```

the urn the following command to install the backend dependencies:
In your terminal, run the following command to install the backend dependencies:

```bash
npm install
Expand Down
2 changes: 1 addition & 1 deletion backend/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#DATABASE = "mongodb+srv://your_mongodb_server_database_url"
DATABASE = "mongodb://localhost:27017"
#RESEND_API = "your resend_api"
#OPENAI_API_KEY = "your open_ai api key"
JWT_SECRET= "your_private_jwt_secret_key"
Expand Down

0 comments on commit dedcd30

Please sign in to comment.