Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauft committed Apr 15, 2022
1 parent b52aa5a commit 1e79d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On first usage, generate API tokens and store them safely for later:
* [GitHub](https://github.com/settings/tokens): requires no special scopes


Then setup the Python 3 environment:
Then set up the Python 3 environment:

```sh
# Create a virtual environment to avoid clobbering global installation
Expand All @@ -39,7 +39,7 @@ $ pip install -r tools/requirements.txt
Then create the `update_tools.sh` script by copying the sample, and set API keys there. This file will be ignored and should not be committed.


Now that everything is setup, the tools can be updated by running `update_tools.sh`:
Now that everything is set up, the tools can be updated by running `update_tools.sh`:

```sh
$ source venv/bin/activate
Expand Down

0 comments on commit 1e79d93

Please sign in to comment.