From 634347c219e531f62c95d3363a1406c3cec3201d Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Fri, 22 Jul 2022 03:35:15 +0700 Subject: [PATCH] chore: README.md, last time for the night I swear my OCD.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff74732..76b8432 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Features -* Powered by [uWebSocket.js](https://github.com/uNetworking/uWebSockets.js/) & [HyperExpress](https://github.com/kartikk221/hyper-express) for a much more performant web server, due to being a Node.js binding of [uWebSockets](https://github.com/uNetworking/uWebSockets) written in C & C++. +* Powered by [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js/) & [HyperExpress](https://github.com/kartikk221/hyper-express) for a much more performant web server, due to being a Node.js binding of [uWebSockets](https://github.com/uNetworking/uWebSockets) written in C & C++. * Powered by [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) for performant SQLite3 database (using [Knex.js](https://knexjs.org/) for abstraction, thus support for other database engines *may* also come in the future). * Faster file hashing for duplicates detection by using [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) hash function, powered by [blake3](https://github.com/connor4312/blake3) Node.js library. * ClamAV virus scanning support for Linux/OS X servers ([read more](#clamav-support)).