Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Feb 5, 2025
1 parent ce7ca34 commit c00b8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get on [unpkg](https://unpkg.com/xe-utils/) and [cdnjs](https://cdn.jsdelivr.net
### Import all methods

```javascript
import _XEUtils_ from 'xe-utils'
import XEUtils from 'xe-utils'

XEUtils.toDateString(Date.now())
// 2018-01-01 10:30:28
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get on [unpkg](https://unpkg.com/xe-utils/) and [cdnjs](https://cdn.jsdelivr.net
### Import all methods

```javascript
import _XEUtils_ from 'xe-utils'
import XEUtils from 'xe-utils'

XEUtils.toDateString(Date.now())
// 2018-01-01 10:30:28
Expand Down

0 comments on commit c00b8ce

Please sign in to comment.