Skip to content

Commit 2108bec

Browse files
committed
Fix readme tyops
1 parent 8fedd62 commit 2108bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Mesimä was created with ❤️ using [Django Rest Framework](https://www.django
1616
Since our Docker image is hosted on Github's container registry, it is possible to run the app using Dokcer, **without even cloning** the repository.
1717

1818
Note though, that the application will run using sqlite3 as it's database and *not* postgres. If you want to run the application using postgres,
19-
refer to [Delopment Instructions: Running the Application](#running-the-application).
19+
refer to [Development Instructions: Running the Application](#running-the-application).
2020

21-
First, create the database file, and store it inside a named volume `mesima-data`:
21+
First, create the database file, and store it inside a named volume `mesima-data`, using:
2222

2323
```
2424
docker run -e "DB=sqlite" --volume mesima-data:/backend --entrypoint "python" ghcr.io/amitkummer/mesima:latest manage.py migrate

0 commit comments

Comments
 (0)