Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Aug 23, 2023
1 parent 0d1a545 commit 3c59b8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const Home = () => {

return (
<>
<TimeAgo date='September 1, 2022' locale='kh' />
<TimeAgo date='July 1, 2023' locale='kh' />

<TimeAgo date='September 1, 2022' locale='JA' />
<TimeAgo date='July 1, 2023' locale='JA' />

<TimeAgo date='September 1, 2022 9:00 pm' />
<TimeAgo date='July 1, 2023 9:00 pm' />

<TimeAgo date='September 1, 2022 20:00' />
<TimeAgo date='July 1, 2023 20:00' />
</>
);
}
Expand Down

0 comments on commit 3c59b8f

Please sign in to comment.