From 54209479984a1697464b17342d09979206bedaae Mon Sep 17 00:00:00 2001 From: Volodymyr Yahello Date: Sun, 31 May 2020 00:14:50 +0300 Subject: [PATCH] Support what's doc next section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8cb033..7ffba6b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ > Provides asynchronous user-friendly micro HTTP client with nothing but clean objects. > Basically, it is a wrapper over **requests** python library with async/await approach. -> Represents asynchronous version of [urequest](https://github.com/upymake/urequest) package. +> Represents asynchronous version of [urequest](https://upymake.github.io/urequest/) package. ## Tools @@ -155,4 +155,9 @@ I would highly appreciate any contribution and support. If you are interested to 7. Push to the branch (git push origin feature/fooBar) 8. Create a new Pull Request +### What's next + +All recent activities and ideas are described at project [issues](https://github.com/aiopymake/aiorequest/issues) page. +If you have ideas you want to change/implement please do not hesitate and create an issue. + **[⬆ back to top](#aiorequest)**