From 63c4dea3d019b20edd7092a4a6ebe9dce84c4dad Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 4 Oct 2023 23:43:45 +0200 Subject: [PATCH] Fix capitalization of "PyPI" (#404) --- README.md | 2 +- docs/install.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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