diff --git a/README.md b/README.md index 601e093d..dbc698d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + @@ -852,8 +852,8 @@ You can find the source code to implement a full featured chat app using Firebas To test it using your own Firebase project: - Setup Cloud Firestore (to store users and rooms) and Realtime Database (to store users online status) -- Clone this repository: `git clone https://github.com/antoine92190/vue-advanced-chat.git` -- Inside `demo/src/firestore/index.js` file, replace the line `const config = ...` by your own Firebase config +- Clone this repository: `git clone https://github.com/advanced-chat/vue-advanced-chat.git` +- Inside `demo/src/database/index.js` file, replace the line `const config = ...` by your own Firebase config - Go inside `demo` folder and run `npm run serve` ### Data structure @@ -913,7 +913,7 @@ messages: {
-## [Contributing](https://github.com/antoine92190/vue-advanced-chat/blob/master/.github/CONTRIBUTING.md) +## [Contributing](https://github.com/advanced-chat/vue-advanced-chat/blob/master/.github/CONTRIBUTING.md) Your help is always appreciated :rocket: