Skip to content

Commit 1e22c68

Browse files
authored
Update readme.md
1 parent 4492d54 commit 1e22c68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: readme.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
A chat app with real-time capabilities that utilizes Appwrite on the backend.
44

5-
> Tutorial Link Will be added here when posted.
6-
7-
<img src="images/demo.png"/>
8-
95
### Getting Started
106

117
After cloning the repo ensure you complete the necessary installations
@@ -20,10 +16,11 @@ Create a new `.env` folder and create the necessary variables based on the `src/
2016
```js
2117
//appwrite.Config.js
2218
...
23-
export const API_ENDPOINT = import.meta.env.VITE_API_ENDPOINT
19+
export const API_ENDPOINT = import.meta.env.VITE_API_ENDPOINT
2420
export const PROJECT_ID = import.meta.env.VITE_PROJECT_ID
2521
export const DATABASE_ID = import.meta.env.VITE_DATABASE_ID
2622
export const COLLECTION_ID_MESSAGES = import.meta.env.VITE_COLLECTION_ID_MESSAGES
23+
// set env for your keys
2724

2825
const client = new Client()
2926
.setEndpoint(API_ENDPOINT)

0 commit comments

Comments
 (0)