From 1cc144318e20a700ea4b65fbc93adf6611a0b184 Mon Sep 17 00:00:00 2001 From: Paul Samuel Vishesh Date: Fri, 1 Nov 2024 15:06:40 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b163d36..b88677e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ CRT and BSD OS libs. ... -Currently moving HTTP server related code to (TinyLittleHTTP)[https://github.com/SeriousSamV/TinyLittleHTTP] and having it as the upstream lib. +Currently moving HTTP server related code to [TinyLittleHTTP](https://github.com/SeriousSamV/TinyLittleHTTP) and having it as the upstream lib. This repo will focus only on serving embeded Python scriptlets through PyHP files, rather than HTTP itself.