diff --git a/README.md b/README.md index 92daf05..77896b2 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ VirusTotal Graph API allows you programatically interact with VirusTotal dataset ## Installing the API Install VirusTotal Graph Python API. ``` -git clone https://github.com/VirusTotal/vt_graph_api -cd vt_graph_api +git clone https://github.com/VirusTotal/vt-graph-api +cd vt-graph-api pip install . --user ```