Skip to content

Commit

Permalink
Merge pull request #7 from anag0/dev-0.2.0
Browse files Browse the repository at this point in the history
readme update
  • Loading branch information
ernestmarcinko committed Jun 9, 2023
2 parents 5d48b92 + 0cf7036 commit 92b2745
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ DoMini(function($){
});
```

Core and optional modules:

```javascript
import "domini/dist/domini-core";
import "domini/dist/domini-animate";
import "domini/dist/domini-highlight";
import "domini/dist/domini-serialize";
import "domini/dist/domini-viewport";
import "domini/dist/domini-xhttp";

DoMini(function($){
//.. do your thing
});
```

## Via CDN

Expand Down

0 comments on commit 92b2745

Please sign in to comment.