Skip to content

Commit 7fa665a

Browse files
committed
doc: Update README.md
1 parent 700006a commit 7fa665a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ React useOnline Hook
33

44
[![Build & Deploy](https://github.com/uiwjs/react-use-online/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/react-use-online/actions/workflows/ci.yml)
55
[![Coverage Status](https://uiwjs.github.io/react-use-online/badges.svg)](https://uiwjs.github.io/react-use-online/coverage/lcov-report/)
6+
[![NPM Version](https://img.shields.io/npm/v/@uiw/react-use-online.svg)](https://www.npmjs.com/package/@uiw/react-use-online)
67

78
`useOnline` is a tiny, zero-dependency, SSR hook for responding to online/offline changes.
89

website/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ root.render(
1616
description={pkg.description}
1717
version={`v${VERSION}`}
1818
>
19-
<Github href="https://github.com/uiwjs/react-monorepo-template" />
19+
<Github href="https://github.com/uiwjs/react-use-online" />
2020
</MarkdownPreviewExample>,
2121
);

0 commit comments

Comments
 (0)