Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth95 committed Feb 22, 2022
1 parent 29824fb commit 9f17278
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 @@ -44,7 +44,7 @@ without spending an inordinate amount of time on it._

## Installation
There are two ways to install `nebullvm`:
1. Using PyPy. We suggest installing the library with `pip` to get the
1. Using PyPi. We suggest installing the library with `pip` to get the
stable version of `nebullvm`
2. From source code to get the latest features

Expand All @@ -60,7 +60,7 @@ Then, enter the repo and install `nebullvm` with `pip`.
cd nebullvm
pip install .
```
### Installation with PyPy
### Installation with PyPi
The easiest way to install `nebullvm` is by using `pip`, running
```
pip install nebullvm
Expand Down

0 comments on commit 9f17278

Please sign in to comment.