diff --git a/README.md b/README.md index da4da1e..61a39f3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ More information about using indicators of compromise with MVT is available in t ## Installation -MVT can be installed from sources or from [PyPi](https://pypi.org/project/mvt/) (you will need some dependencies, check the [documentation](https://docs.mvt.re/en/latest/install/)): +MVT can be installed from sources or from [PyPI](https://pypi.org/project/mvt/) (you will need some dependencies, check the [documentation](https://docs.mvt.re/en/latest/install/)): ``` pip3 install mvt diff --git a/docs/install.md b/docs/install.md index 15aa386..398f7e3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -42,13 +42,13 @@ It is recommended to try installing and running MVT from [Windows Subsystem Linu ## Installing MVT -If you haven't done so, you can add this to your `.bashrc` or `.zshrc` file in order to add locally installed Pypi binaries to your `$PATH`: +If you haven't done so, you can add this to your `.bashrc` or `.zshrc` file in order to add locally installed PyPI binaries to your `$PATH`: ```bash export PATH=$PATH:~/.local/bin ``` -Then you can install MVT directly from [pypi](https://pypi.org/project/mvt/) +Then you can install MVT directly from [PyPI](https://pypi.org/project/mvt/) ```bash pip3 install mvt