Browse Source

Add 'remove' to example global commands

Common and useful enough to be explicitly stated in docs
Saul Wilcox 7 years ago
parent
commit
bb97383772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/03-cli.md

+ 1 - 1
doc/03-cli.md

@@ -251,7 +251,7 @@ uninstalled.
 
 ## global
 
-The global command allows you to run other commands like `install`, `require`
+The global command allows you to run other commands like `install`, `remove`, `require`
 or `update` as if you were running them from the [COMPOSER_HOME](#composer-home)
 directory.