Skip to content

Commit 35ac68d

Browse files
author
Joe Crick
committed
Update readme
1 parent 6bbd139 commit 35ac68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THIS IS A WORK IN PROGRESS.
1313

1414
Calendar Model is what it says it is: It models calendrical data. It generates sets of Date objects. Date objects decorate a JS Date instance with a few convenience methods, and an events property. The events property is an array that can contain an arbitrary collection of events.
1515

16-
Calendar Model is very small ~ 14kb, minified.
16+
Calendar Model is very small. If you were to bundle and minify it, it would only be around ~ 14kb. However, it doesn't come as a monolithic bundle. You import only what you want/need.
1717

1818
### Install from NPM
1919

0 commit comments

Comments
 (0)