Skip to content

Commit

Permalink
docs: update import name
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib authored Nov 29, 2023
1 parent 4082433 commit c7960d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ promisifiedFunction()
### 串联执行 Promise(chain)

```typescript
import ProPromise from 'propromise'
import ProPromise from 'pro-promise'

const promises = [
() => Promise.resolve(1),
Expand All @@ -87,7 +87,7 @@ ProPromise.chain(promises)
### 并发执行 Promise(concurrency)

```typescript
import ProPromise from 'propromise'
import ProPromise from 'pro-promise'

const promises = [
() => Promise.resolve(1),
Expand Down

0 comments on commit c7960d8

Please sign in to comment.