Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install @types/core-js --save-dev

## Adding the icon font

If you want to, you can use the official Videogular font to set icons on your buttons and controls. To do that you need to add a CSS on you `.angular-cli.json` file available on the root of your project.
If you want to, you can use the official Videogular font to set icons on your buttons and controls. To do that you need to add a CSS on you `.angular.json` file available on the root of your project.

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/streaming/vg-dash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this example `currentStream` can contain either an `mpd`, `m3u8` or `mp4` fil
</vg-player>
```

This module is dependant of `dashjs` library and you need to install via `npm install dashjs --save` and include it on your `.angular-cli.json` config file:
This module is dependant of `dashjs` library and you need to install via `npm install dashjs --save` and include it on your `.angular.json` config file:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/streaming/vg-hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this example `currentStream` can contain either an `mpd`, `m3u8` or `mp4` fil
</vg-player>
```

This module is dependant of `hls.js` library and you need to install via `npm install hls.js --save` and include it on your `.angular-cli.json` config file:
This module is dependant of `hls.js` library and you need to install via `npm install hls.js --save` and include it on your `.angular.json` config file:

```json
{
Expand Down