From 240e6c51b322a192bd1311a86490ca28d00e5b4d Mon Sep 17 00:00:00 2001 From: Marcus Hultgren Date: Mon, 25 Mar 2019 12:59:27 +0100 Subject: [PATCH] Update config filename for latest Angular stable version --- docs/getting-started/README.md | 2 +- docs/modules/streaming/vg-dash/README.md | 2 +- docs/modules/streaming/vg-hls/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 5cc1df91..9198e44e 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -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 { diff --git a/docs/modules/streaming/vg-dash/README.md b/docs/modules/streaming/vg-dash/README.md index 94b090b7..6cb86f5f 100644 --- a/docs/modules/streaming/vg-dash/README.md +++ b/docs/modules/streaming/vg-dash/README.md @@ -22,7 +22,7 @@ In this example `currentStream` can contain either an `mpd`, `m3u8` or `mp4` fil ``` -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 { diff --git a/docs/modules/streaming/vg-hls/README.md b/docs/modules/streaming/vg-hls/README.md index ec7d2a60..0aa761c2 100644 --- a/docs/modules/streaming/vg-hls/README.md +++ b/docs/modules/streaming/vg-hls/README.md @@ -22,7 +22,7 @@ In this example `currentStream` can contain either an `mpd`, `m3u8` or `mp4` fil ``` -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 {