Skip to content

Commit 4c6c59f

Browse files
committed
chore: fix instruction in README
1 parent ed4ded5 commit 4c6c59f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ CoreUI utility JavaScript functions
55
## Installation
66

77
```shell
8-
npm install @coreui/icons-vue --save
8+
npm install @coreui/utils --save
99
```
1010

1111
## Usage
1212

1313
ES5 functions from common.js module
14+
1415
```js
1516
import { deepObjectsMerge } from '@coreui/utils';
1617
```
1718

1819
ES6+ functions from source, to enable treeshaking
20+
1921
```js
2022
import { deepObjectsMerge } from '@coreui/utils/src';
21-
```
23+
```

0 commit comments

Comments
 (0)