Skip to content

Commit 6c0f738

Browse files
authored
Updated readme for old sample users
1 parent 2073bef commit 6c0f738

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ This is a reference application showcasing the integration of [CometChat's Vue U
3939
npm install
4040
```
4141
4. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [src/AppConstants.ts](https://github.com/cometchat/cometchat-sample-app-vue/blob/v4/src/AppConstants.ts) file:
42-
https://github.com/cometchat/cometchat-sample-app-vue/blob/11b9f3dbb3769f9a8f4e3a387c82f0ba778e9a46/src/AppConstants.ts#L1-L5
43-
5. Run the project locally to see all CometChat features in action:
42+
https://github.com/cometchat/cometchat-sample-app-vue/blob/2073befdf46e7eded22dc87f8be195582f71e05e/src/AppConstants.ts#L1-L5
43+
5. If your app is created before August 12th, 2024 then change the sample data URL to `https://assets.cometchat.io/sampleapp/v1/sampledata.json` in the [src/Login/index.vue](https://github.com/cometchat/cometchat-sample-app-vue/blob/v4/src/Login/index.vue) file: https://github.com/cometchat/cometchat-sample-app-vue/blob/2073befdf46e7eded22dc87f8be195582f71e05e/src/Login/index.vue#L109-L111
44+
6. Run the project locally to see all CometChat features in action:
4445
```
4546
npm run serve
4647
```

0 commit comments

Comments
 (0)