From 960ec6fa3fc23ec83c40409b37a159b178538e68 Mon Sep 17 00:00:00 2001 From: Nicholas Parker Date: Fri, 16 Dec 2016 16:38:59 -0800 Subject: [PATCH] README: bugfix (#857) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2872b2a..84e72de 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ The example below installs every package available in the DC/OS repository:: dcos package search --json | jq '.[0].packages[].name' | xargs -L 1 dcos package install --yes -Developement Dependencies +Development Dependencies ------------------------- #. git_ must be installed to download the source code for the DC/OS CLI.