@coreui/angular-pro 4.5.6 → 4.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -40,7 +40,17 @@
40
40
  ## Table of contents
41
41
 
42
42
  - [Status](#status)
43
+ - [Table of contents](#table-of-contents)
43
44
  - [Quick start](#quick-start)
45
+ - [Prerequisites](#prerequisites)
46
+ - [Node.js](#nodejs)
47
+ - [Angular CLI](#angular-cli)
48
+ - [Installation](#installation)
49
+ - [CoreUI CSS files](#coreui-css-files)
50
+ - [Installation](#installation-1)
51
+ - [Basic usage](#basic-usage)
52
+ - [Bootstrap CSS files](#bootstrap-css-files)
53
+ - [Installation (optional)](#installation-optional)
44
54
  - [Template](#template)
45
55
  - [Bugs and feature requests](#bugs-and-feature-requests)
46
56
  - [Documentation](#documentation)
@@ -91,7 +101,7 @@ npm install @coreui/coreui --save
91
101
  ##### Basic usage
92
102
 
93
103
  ```scss
94
- import '~@coreui/coreui/dist/css/coreui.min.css'
104
+ import '@coreui/coreui/dist/css/coreui.min.css'
95
105
  ```
96
106
 
97
107
  #### Bootstrap CSS files