Skip to content

Commit fa761d5

Browse files
authored
Fix typo issue
1 parent a81faf1 commit fa761d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CollaborationService/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ http://localhost:3005
3030

3131
1. Navigate to Collaboration directory.
3232

33-
2. Uncomment localhost addresses and comment the docker addresses for the services in the `Collaboration\config\config.js` file as below:
33+
2. Uncomment localhost addresses and comment the docker addresses for the services in the `CollaborationService\config\config.js` file as below:
3434

3535
```
3636
// mongodbUri: "mongodb://collaboration-service-database:27017",
@@ -43,7 +43,7 @@ mongodbUri: "mongodb://127.0.0.1:27017/peer-prep",
4343
4. Start the microservice in terminal using commands:
4444

4545
```
46-
cd Collaboration-service
46+
cd CollaborationService
4747
npm install
4848
npm start
4949
```
@@ -173,7 +173,7 @@ Testing is done on the initialization steps and the `getCollaborationHistory` fu
173173
1. Test the service using terminal commands:
174174

175175
```
176-
cd Collaboration-service
176+
cd CollaborationService
177177
npm test
178178
```
179179

@@ -187,7 +187,7 @@ Please ensure that there are no active container of the required services.
187187

188188
1. Navigate to peerprep directory.
189189

190-
2. Comment local database address and uncomment the docker address for the service in the `Collaboration-service\config\config.js` file as below:
190+
2. Comment local database address and uncomment the docker address for the service in the `CollaborationService\config\config.js` file as below:
191191

192192
```
193193
mongodbUri: "mongodb://collaboration-service-database:27017",
@@ -198,7 +198,7 @@ mongodbUri: "mongodb://collaboration-service-database:27017",
198198
3. Start the microservice in terminal using commands:
199199

200200
```
201-
cd Collaboration-service
201+
cd CollaborationService
202202
docker-compose up --build
203203
```
204204

0 commit comments

Comments
 (0)