Skip to content

Commit e6c1bd9

Browse files
committed
typo readme
1 parent 08bbe02 commit e6c1bd9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<details>
2727
<summary> Create a Mongo Atlas Connection URI</summary>
2828
<br>
29+
2930
- Login to Mongo Atlas
3031
- Create a project and build new cluster ( it provides a free sandbox )
3132
- Create Database users and secure network access to your machine's IP only
@@ -43,7 +44,7 @@
4344

4445
- Create a new project and enable the Yt Data API v3 at https://console.cloud.google.com/apis/api/youtube.googleapis.com
4546

46-
- Create Credentials and secure the key to allow access to only the created api, and download credentials into your project folder
47+
- Create Credentials and secure the key to allow access to only the created api, and download credentials into your project folder.
4748

4849
- Preferrably procure multiple keys as the project will automatically cycles through keys, as their request quotas get exhausted.
4950
</details>
@@ -69,8 +70,8 @@ from your project.
6970
### Containerise app
7071
- This requires your machine to have Docker runtime installed. If it isnt already install by refering these
7172
- (Mac OS) https://docs.docker.com/docker-for-mac/install/
72-
(Windows) https://docs.docker.com/docker-for-windows/install/
73-
(Linux) https://docs.docker.com/engine/install/ (Browse by distributions)
73+
- (Windows) https://docs.docker.com/docker-for-windows/install/
74+
- (Linux) https://docs.docker.com/engine/install/ (Browse by distributions)
7475

7576
- Further Install docker compose
7677
https://docs.docker.com/compose/install/

0 commit comments

Comments
 (0)