From 38ca0dd6c4af3aee76397480440a4bd047731eac Mon Sep 17 00:00:00 2001 From: Yummy_Bacon5 <68166338+YummyBacon5@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:53:26 +0000 Subject: [PATCH] Fix typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5854ba7..841cfd0 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ This site is hosted in a [Docker container](https://hub.docker.com/r/likesgay/di ### Frontend -* Writtern in typescript +* Written in TypeScript * Compiled using the first job in the [GitHub Action](https://github.com/likes-gay/dict/blob/main/.github/workflows/compile.yml) ### Backend -* Writtern in Python -* [FastAPI](https://fastapi.tiangolo.com/) used to run API and serve static files -* [TinyDB](https://tinydb.readthedocs.io/en/latest/) used to store words +* Written in Python +* [FastAPI](https://fastapi.tiangolo.com/) used to run the API and serve static files +* [TinyDB](https://tinydb.readthedocs.io/en/latest/) used to store the words ### GitHub Actions @@ -49,4 +49,4 @@ The Docker container can automatically be updated to the latest image using [Wat We also have a [dev branch](https://github.com/likes-gay/dict/tree/dev). -And [`dev_run.sh`](https://github.com/likes-gay/dict/blob/main/dev_run.sh) installs all the depenedancies and runs those commands. \ No newline at end of file +And [`dev_run.sh`](https://github.com/likes-gay/dict/blob/main/dev_run.sh) installs all the dependencies and runs those commands. \ No newline at end of file