Skip to content

Commit 58a2100

Browse files
author
Peter Haddad
authored
Merge pull request #7 from PeterHdd/dev
update
2 parents 49651d4 + 95674bf commit 58a2100

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ import { Filter } from 'date-filtersjs/filter/filter';
2222
import { Dates } from 'date-filtersjs/dates/dates';
2323
```
2424

25-
Or if you are not using a bundler, you can do the following:
26-
```js
27-
<script type="module">
28-
import { Filter } from 'https://cdn.jsdelivr.net/npm/[email protected]/filter/filter.min.js'
29-
import { Dates } from 'https://cdn.jsdelivr.net/npm/[email protected]/dates/dates.js';
30-
</script>
31-
```
32-
3325
## Usage
3426

3527
### Example User object

0 commit comments

Comments
 (0)