From 88c5e20c69ae7980897c47fc3d6745cf5b0df260 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 1 May 2016 11:50:04 +0430 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b73791..06a0c13 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ submodule update --init` and project directory to pull the required code. ``` git clone https://github.com/farrokhi/dnsdiag.git cd dnsdiag -git submodules init --update +git submodules update --init ``` 2. You can alternatively install the package using pip: