1
0
Fork 0

Merge pull request #3113 from darigovresearch/patch-3

fix: Small semantic typo
This commit is contained in:
Joost De Cock 2022-12-03 16:38:16 +01:00 committed by GitHub
commit 434a5bb2b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ use our backend as a service to build your own projects.
The FreeSewing backend is written in [NodeJS](https://nodejs.org/en/) on top of
[Express](https://expressjs.com/). It uses [Prisma](https://www.prisma.io/) to
interface with a [Sqlite database](https://www.sqlite.org/) database,
interface with a [SQLite database](https://www.sqlite.org/) database,
[Sanity](https://www.sanity.io/) to store images, [AWS SES](
https://aws.amazon.com/ses/) to send out emails, and
[pino](https://github.com/pinojs/pino) for logging.