From ab33c9050f2742a22c37687d00f42cf21d9f0d66 Mon Sep 17 00:00:00 2001 From: AhanShankar Date: Sun, 29 Dec 2024 00:33:13 +0530 Subject: [PATCH] fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a5884..1dc61d9 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ It's a great way to learn. * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) -* [**JavaScript**: _Building a WebSocket server from scratch, using only the RFC document_]https://medium.com/@ahanshankar/creating-a-websocket-server-using-only-the-rfc-doc-part-1-handshakes-6cbbe16552e5) +* [**JavaScript**: _Building a WebSocket server from scratch, using only the RFC document_](https://medium.com/@ahanshankar/creating-a-websocket-server-using-only-the-rfc-doc-part-1-handshakes-6cbbe16552e5) #### Uncategorized