diff --git a/README.md b/README.md index 90b06d8..970c3ba 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Finally run the webserver with ### Adding dependencies/libraries 1. Add new dependency to the `requirements.in` file -2. Run `pip-compile` to freeze the dependency into the `requirements.txt` file together with it's own deps +2. Run `pip-compile` to freeze the dependency into the `requirements.txt` file together with its own deps 3. Run `pip-sync` to download frozen deps ### Updating dependencies