Skip to content

Commit d2aeefa

Browse files
authored
Update README.md
1 parent cd72748 commit d2aeefa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ This library is a modernized alternative to a lot of libraries like [Async.js](h
2020

2121
[![Stargazers repo roster for @nicolas-van/modern-async](https://reporoster.com/stars/nicolas-van/modern-async)](https://github.com/nicolas-van/modern-async/stargazers)
2222

23-
## This project accepts feature requests !
24-
25-
The goal of modern-async is to be as complete as possible. I coded everything I missed in the past while developing, yet it's difficult to know what other people would really need. So if you would like some more feature [the issue tracker is available](https://github.com/nicolas-van/modern-async/issues/new/choose). (Read also [the contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md)).
26-
2723
## Installation
2824

2925
```bash
@@ -47,6 +43,10 @@ console.log(result)
4743

4844
[See the documentation for the rest](https://nicolas-van.github.io/modern-async).
4945

46+
## Migrating from version 1.X to version 2.X
47+
48+
[See the migration guide](https://github.com/nicolas-van/modern-async/blob/master/version-1-to-2-guide.md).
49+
5050
## Changelog
5151

5252
[The changelog](https://github.com/nicolas-van/modern-async/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)