ANOTHER SPELLING MISTAKE >:(
This commit is contained in:
parent
c5b2030814
commit
87dd6ea117
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ A web youtube downloader & converter for youtube videos with no client-sided jav
|
|||
- ffmpeg
|
||||
- node
|
||||
- npm
|
||||
## NodeJS Dependancies
|
||||
## NodeJS Dependencies
|
||||
|
||||
- fluent-ffmpeg
|
||||
- express
|
||||
|
@ -31,13 +31,13 @@ git clone https://github.com/Violets-puragtory/YoutubeConverter
|
|||
cd YoutubeConverter
|
||||
```
|
||||
|
||||
2. Download Dependancies
|
||||
2. Download Dependencies
|
||||
|
||||
- <a href="https://github.com/FFmpeg/FFmpeg">ffmpeg</a>
|
||||
- <a href="https://github.com/nodejs/node">node</a>
|
||||
- <a href="https://github.com/npm/cli">npm</a>
|
||||
|
||||
3. Download NodeJS Dependancies
|
||||
3. Download NodeJS Dependencies
|
||||
|
||||
```bash
|
||||
npm install
|
||||
|
|
Loading…
Reference in a new issue