From 41f0742f4dc0d792aea837021b1e5fda7724a986 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Fri, 21 Jul 2017 13:39:34 +0100 Subject: readme: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7451421..7bb09b8 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ To test changes without installing the package in your machine, use the run script. For example to run virt-bootstrap, use a command like the following one: - ./run src/virtBootstrap/virt-bootstrap.py --help + ./run src/virtBootstrap/virt_bootstrap.py --help -- cgit