Skip to content

Commit a4ff1d2

Browse files
authored
docs: update readme image tag and formating (#2409)
1 parent 95e9458 commit a4ff1d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ English | [简体中文](./docs/zh-cn/README.zh-CN.md) | [日本語](./docs/ja/R
22

33
<p align="center"><a href="https://day.js.org/" target="_blank" rel="noopener noreferrer"><img width="550"
44
src="https://user-images.githubusercontent.com/17680888/39081119-3057bbe2-456e-11e8-862c-646133ad4b43.png"
5-
alt="Day.js"></a></p>
5+
alt="Day.js" /></a></p>
66
<p align="center">Fast <b>2kB</b> alternative to Moment.js with the same modern API</p>
77
<p align="center">
88
<a href="https://unpkg.com/dayjs/dayjs.min.js"><img
@@ -41,7 +41,7 @@ dayjs().startOf('month').add(1, 'day').set('year', 2018).format('YYYY-MM-DD HH:m
4141

4242
### Documentation
4343

44-
You can find for more details, API, and other docs on [day.js.org](https://day.js.org/) website.
44+
You can find more details, API, and other docs on [day.js.org](https://day.js.org/) website.
4545

4646
### Installation
4747

@@ -82,6 +82,7 @@ dayjs.locale('es') // use Spanish locale globally
8282

8383
dayjs('2018-05-05').locale('zh-cn').format() // use Chinese Simplified locale in a specific instance
8484
```
85+
8586
📚[Internationalization](https://day.js.org/docs/en/i18n/i18n)
8687

8788
### Plugin
@@ -100,7 +101,7 @@ dayjs().format('Q Do k kk X x') // more available formats
100101

101102
## Sponsors
102103

103-
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
104+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
104105

105106
[[Become a sponsor via Github](https://github.com/sponsors/iamkun/)] [[Become a sponsor via OpenCollective](https://opencollective.com/dayjs#sponsor)]
106107

0 commit comments

Comments
 (0)