From c9f5ed2e44085e3e1058c8478a7555a55f5bc745 Mon Sep 17 00:00:00 2001 From: Paul Cowgill Date: Wed, 26 Feb 2020 10:23:08 -0600 Subject: [PATCH] Clarify the move to async iterators --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52ac823..ef4c1b3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ ipfs-multipart [Hugo Dias](https://github.com/hugomrdias) ### Notice -> This module is moving to async iterators starting from 0.2.0. -> The last minor version to support event emitter is 0.1.1, any backports will merged to the branch `event-emitter` and released under `>0.1.0 <0.2.0`. +> This module moved to async iterators in version `0.2.0`. +> The last minor version to support event emitter is `0.1.1`. Any backports will be merged into the branch `event-emitter` and released under `>0.1.0 <0.2.0`. ## Install ``` @@ -74,4 +74,4 @@ Small note: If editing the Readme, please conform to the [standard-readme](https ## License -[MIT](LICENSE) © Protocol Labs Inc. \ No newline at end of file +[MIT](LICENSE) © Protocol Labs Inc.