diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 4f2ae64..54c2684 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ <p> > Server does not use flask or any other similar python web frameworks </p> <p> > It primarily uses standard python libraries, with 2 libraries being an exception </p> <p> > <i> aiofiles </i> - for asynchronous file I/O </p> - <p> > <i> htmlmin </i> - for making html page slightly smaller (although I have gzip compression as well) </p> + <p> > <i> htmlmin </i> - for making html page slightly smaller (along with gzip) </p> </section> <section> <h1> Useless button section? </h1> |