Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Jun 20, 2022
1 parent ebbffa1 commit 576aba6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

A lightweight tiny time-ago component for your next React apps.

## 🔧 Install

next-time-ago is available on npm. It can be installed with the following command:

```
npm install next-time-ago --save
```

next-time-ago is available on yarn as well. It can be installed with the following command:

```
yarn add next-time-ago --save
```

## 💡 Usage

```ts
Expand Down

0 comments on commit 576aba6

Please sign in to comment.