Skip to content

Commit 50f6e62

Browse files
committed
typo readme
1 parent 7eb88ec commit 50f6e62

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Mohit Dilip Makwana
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

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)