You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ This library is a modernized alternative to a lot of libraries like [Async.js](h
20
20
21
21
[](https://github.com/nicolas-van/modern-async/stargazers)
22
22
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
-
27
23
## Installation
28
24
29
25
```bash
@@ -47,6 +43,10 @@ console.log(result)
47
43
48
44
[See the documentation for the rest](https://nicolas-van.github.io/modern-async).
49
45
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).
0 commit comments