From 723afb437f856dff0727369c21d1ed0e59f905f5 Mon Sep 17 00:00:00 2001 From: Amitkmr789 <87296300+Amitkmr789@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:04:08 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a53b17e..536bffd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# koa +# koa. In this workshop, you will learn the basics of [koa](https://github.com/koajs/koa), [Express'](https://github.com/visionmedia/express) spiritual successor. @@ -7,7 +7,7 @@ and will be continuously maintained. If you have any questions or have suggestions for additional exercises, please let us know! -## Resources +## Resources. This workshop assumes you've had experience with: @@ -61,7 +61,7 @@ mocha --harmony-generators test.js If you get an error message like `SyntaxError: Unexpected token *`, this means you didn't run the the process with `--harmony-generators`. -## Learning more than just Koa +## Learning more than just Koa. Although writing tests is not part of this workshop, you should still learn how they work. @@ -80,6 +80,6 @@ git commit -a -m "i finished training 1!" Many small commits is good practice! -## Contact +## Contact. * [Jonathan Ong](https://github.com/jonathanong) - [@jongleberry](https://twitter.com/jongleberry)