Skip to content

Commit 4abc044

Browse files
committed
typos fixed
1 parent c64031b commit 4abc044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We use the `--src` flag to use the source folder layout.
1919
In the repo directory we can add new dependencies with:
2020

2121
```
22-
poetry add nympy matplotlib pandas
22+
poetry add numpy matplotlib pandas
2323
```
2424

2525
To install the ne package in a virtual env we can do:
@@ -69,7 +69,7 @@ More info [here](https://docs.github.com/en/repositories/creating-and-managing-r
6969

7070
## MkDocs
7171

72-
To create a documentation page using the docstring in our code we will use `mkdocs` [wesite](https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html).
72+
To create a documentation page using the docstring in our code we will use `mkdocs` [website](https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html).
7373
First, install the library in the virtual env:
7474
```
7575
poetry add -G dev mkdocs mkdocstrings mkdocs-material

0 commit comments

Comments
 (0)