Skip to content

Commit 94c6e76

Browse files
authored
Update README.md
1 parent 124bdf9 commit 94c6e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple time-ago component for [React].
44

55
## Usage:
66

7-
`react-timeago` is a very simple component that takes a `date` prop and returns a span with live updating date in a time-ago format. The date will update only as often as needed. For timestamps below a minute away — every second, for timestamps up to 5 minutes away — every minute, and so on.
7+
`react-timeago` is a very simple component that takes a `date` prop and returns a `time` element with live updating date in a time-ago format. The date will update only as often as needed. For timestamps below a minute away — every second, for timestamps up to 5 minutes away — every minute, and so on.
88

99
`react-timeago` does the minimum amount of updates necessary.
1010

@@ -142,4 +142,4 @@ After contributing your feature or fix, please update the [changelog](/CHANGELOG
142142
See [CHANGELOG.md](/CHANGELOG.md).
143143

144144
[React]: https://reactjs.org/
145-
[SemVer]: https://semver.org/
145+
[SemVer]: https://semver.org/

0 commit comments

Comments
 (0)