From df671895ec84c30d5b15a511862f81e5a26f1e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87=C4=B1nar=20Y=C4=B1lmaz?= <79412062+Camroku@users.noreply.github.com> Date: Sun, 1 May 2022 17:11:52 +0300 Subject: [PATCH] Fix type :facepalm: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74ed494..dfad630 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A forum software written in Node.js. - Run `npm i` to install **dependencies**. - Run `node reset` to **reset the database**, and `npm start` for run it. -**Note:** the reseting the database is important! +**Note:** Reseting the database is important! ## API Akf-forum has got an API for other clients etc. You can test api with run apitest.py.