From e459f932cdb54c37ac6343470eed8581396b642b Mon Sep 17 00:00:00 2001 From: Wermeille Bastien Date: Mon, 3 Jul 2023 13:22:40 +0200 Subject: [PATCH] Update README.md Add missing tutorial's link --- tutorial/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/README.md b/tutorial/README.md index 4160e7c1..83614db8 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -1,9 +1,10 @@ # PROXY.PY TUTORIAL -This directory contains Jupyter Notebook based tutorial. +This directory contains Jupyter Notebook based tutorials. - [Welcome](welcome.ipynb) - [Http Parser](http_parser.ipynb) - [Responses](responses.ipynb) - [Requests](requests.ipynb) - [Eventing](eventing.ipynb) +- [Connections](connections.ipynb)