Skip to content

Commit b63ce78

Browse files
authored
Update README.md
1 parent d3f2ee6 commit b63ce78

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
@@ -10,7 +10,7 @@
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/stargazers)
1212

13-
This is a simple youtube player based on latest version of [angular-cli](https://github.com/angular/angular-cli "Angular Cli"), [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
13+
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.0, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
1414

1515
This player is compatible only with Chrome/webkit browsers because in future I want to implement [NW.js](https://nwjs.io/ 'NWjs website') for compiling the code in Windows/Mac OS X/Linux desktop app.
1616

@@ -42,7 +42,7 @@ This player is compatible only with Chrome/webkit browsers because in future I w
4242

4343
`npm install -g gulp`
4444

45-
3. In cloned folder in **src** folder
45+
3. Then install all packages
4646

4747
`npm install`
4848

@@ -67,10 +67,11 @@ Angular2 YT Player v1.0.0
6767
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
6868
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
6969
- **Settings**
70-
- *Show/hide video **(possible v1.3)***
70+
- *Show/hide video **(possible in v1.3)***
7171
- *Show/hide debugging features **(in v1.1)***
7272
- *Show/hide thumbnails in search **(in v1.1)***
7373
- *Set how many results to show in search (0 to 50) **(in v1.3)***
74+
- *Enable loop video **(in v1.3)***
7475
- *Change/add YOUR_API Key **(in v1.3)***
7576
- *Max related videos (0 to 50) **(in v1.3)***
7677
- *Save your settings **(in v1.1)***

0 commit comments

Comments
 (0)