Fix type 🤦

This commit is contained in:
Çınar Yılmaz 2022-05-01 17:11:52 +03:00 committed by GitHub
parent 3ae981c4b8
commit df671895ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.