-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation #21
Conversation
8cab698
to
ee7f5c0
Compare
Thanks for noticing this @clue. Should be fixed now. 👍 |
ee7f5c0
to
011c69f
Compare
011c69f
to
f094b73
Compare
README.md
Outdated
@@ -120,12 +130,12 @@ try { | |||
} | |||
``` | |||
|
|||
Similarly, you can also process multiple lookups concurrently and await an array of results: | |||
Similarly, you can also process multiple resolves concurrently and await an array of results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this, I prefer the previous version, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought since I changed the lookup
in the code, I thought it would add up to change the describing text above, but it is also okay to use this here. I changed it now @clue
f094b73
to
0970cd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yadaiio Thanks for the update, changes LGTM!
Builds on top of #19.
References: clue/reactphp-tar#20, clue/reactphp-redis#117 and clue/reactphp-sqlite#43.