Skip to content

Commit 15333b2

Browse files
committed
add a note in readme
1 parent 06d1371 commit 15333b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Javascript library to represent and work with dates in different calendar system
77
- Simple and type-safe API
88
- Immutable objects
99
- Supports 7 calendar systems
10+
- Tiny: 1kB (minified + gzipped)
1011
- Zero dependencies. Leverages `Intl.DateTimeFormat`.
1112

1213
## Supported Calendars

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"author": "Khalid H. Alharisi",
1313
"license": "Apache-2.0",
14-
"homepage": "https://github.com/coder966/intl-date/",
14+
"homepage": "https://github.com/coder966/intl-date",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/coder966/intl-date"

0 commit comments

Comments
 (0)