From a61719bf16b18f0951c43e116b8842c7b691139f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 17:04:10 +0100 Subject: [PATCH] Updated README> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5100ed8..59dd589 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ $ poetry shell You can also use ``pip``. +~~~python +Python 3.8.0 (default, Dec 11 2019, 21:43:13) +[GCC 9.2.1 20191008] on linux +Type "help", "copyright", "credits" or "license" for more information. +>>> from git_vuln_finder import find +>>> all_potential_vulnerabilities, all_cve_found, found = find("~/git/curl") +~~~ + ## Use as a command line tool