Skip to content

Commit

Permalink
typo: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Nov 22, 2021
1 parent 8f31a28 commit 6cdd014
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ English | [简体中文](https://github.com/alibaba/hooks/blob/master/README.zh-
## ✨ Features

- Easy to learn and use
- Support SSR
- Supports SSR
- Special treatment for functions, avoid closure problems
- Contains a wealth of advanced Hooks that are refined from the app
- Contains a wealth of basic Hooks
- Contains a large number of advanced Hooks that are refined from business scenarios
- Contains a comprehensive collection of basic Hooks
- Written in TypeScript with predictable static types

## 📦 Install
Expand All @@ -43,11 +43,11 @@ $ yarn add ahooks@next

## 🔨 Usage

```js
```ts
import { useRequest } from 'ahooks';
```

## 💻 Online Experience
## 💻 Online Demo

[![Edit demo for ahooks](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/demo-for-ahooks-forked-fg79k?file=/src/App.js)

Expand Down

0 comments on commit 6cdd014

Please sign in to comment.