Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 8, 2021
1 parent c9d768f commit 85b666b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ yarn add primeicons

## Import

#### Module
```javascript
//import { ComponentName } from 'primereact/{componentname}';
import { Dialog } from 'primereact/dialog';
import { Accordion, AccordionTab } from 'primereact/accordion';
```

## CDN
#### CDN

```javascript
<script src="https://unpkg.com/primereact/core/core.min.js"></script>
Expand Down

0 comments on commit 85b666b

Please sign in to comment.