]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix Foundation 6 CLI uninstallation note phrasing 11448/head
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 13 Aug 2018 20:48:06 +0000 (22:48 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 13 Aug 2018 20:48:06 +0000 (22:48 +0200)
docs/pages/installation.md

index da5c7f21dd1aab565de0df0231c866e363465a01..0507335ebfdcca1aee635687b6bcf08da68ad77c 100644 (file)
@@ -182,7 +182,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem
 <div class="callout info">
   <p><strong>Foundation 5 users</strong>: if you already have the Foundation 5 CLI on your machine, you will only be able to access one of the commands, depending on how your command line environment is configured.</p>
 
-  <p>To remove the Foundation 5 CLI, run <code>gem uninstall foundation</code>. After testing this new CLI, if you want to go back to the old CLI first remove the new CLI. To remove the Foundation 6 CLI, run <code>npm uninstall foundation-cli --global</code>.</p>
+  <p>To remove the Foundation 5 CLI, run <code>gem uninstall foundation</code>. After testing the Foundation 6 CLI, if you want to remove it to go back to the old CLI, run <code>npm uninstall foundation-cli --global</code>.</p>
 </div>
 
 ---