Skip to content

Commit 44b4ab2

Browse files
committed
Fix: Readme.md
1 parent 8e621e3 commit 44b4ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To run NeuraChat locally, follow these steps:
3535
1. Clone this repository.
3636
2. Navigate to the project directory.
3737
3. Install dependencies using `npm install` or `yarn install`.
38-
4. Create `.env` file and put inside code `VITE_OPENAI_API_KEY="**your_OpenAi_key**"` with your OpenAi Api code.
38+
4. Create `.env` file and put inside code `VITE_OPENAI_API_KEY="your_OpenAi_key"` with your OpenAi Api key.
3939
5. Start the development server with `npm run dev` or `yarn dev`. You can use `npm run host` or `yarn host` to take a look on your phone.
4040
6. Open your browser and visit `http://localhost:5173` (port may be different) to view the application.
4141

0 commit comments

Comments
 (0)