diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index e787340..c2ef300 100644 --- a/www/index.html +++ b/www/index.html @@ -23,7 +23,7 @@ <h1> What is it running? </h1> <p> > This server is run by the shitty python code I wrote </p> <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> > It primarily uses standard python libraries, with 1 library being an exception </p> <p> > <i> aiofiles </i> - for asynchronous file I/O </p> </section> <section> |