Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Oct 30, 2023
1 parent ec477c7 commit 0e6b5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/proof-of-spacetime/foxy-farmer/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
```
2. Create a venv:
```bash
pyhon3 -m venv venv
python3 -m venv venv
```
3. Install the dependencies:
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/proof-of-spacetime/foxy-gh-farmer/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
```
3. Create a venv:
```bash
pyhon3 -m venv venv
python3 -m venv venv
```
4. Install the dependencies:
```bash
Expand Down

0 comments on commit 0e6b5a1

Please sign in to comment.