Skip to content

Commit 6ba312d

Browse files
Merge pull request #100 from knowledgecode/develop
Develop
2 parents e19424b + fa0eb57 commit 6ba312d

File tree

3 files changed

+228
-352
lines changed

3 files changed

+228
-352
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# date-and-time
2+
13
<div align="center">
24
<img src="https://raw.githubusercontent.com/knowledgecode/date-and-time/refs/heads/master/logo.png" alt="date-and-time" width="256">
35
</div>
@@ -10,13 +12,15 @@
1012

1113
</div>
1214

13-
## Install
15+
The simplest, most intuitive date and time library.
16+
17+
## Installation
1418

1519
```shell
1620
npm i date-and-time
1721
```
1822

19-
- ESModules:
23+
- ES Modules:
2024

2125
```typescript
2226
import { format } from 'date-and-time';
@@ -1315,6 +1319,6 @@ isSameDay(date1, date3); // => false
13151319

13161320
</details>
13171321

1318-
## License
1322+
## Contributing
13191323

1320-
MIT
1324+
Contributions are welcome! Please feel free to submit a Pull Request.

0 commit comments

Comments
 (0)