From bddf0d4f4607f56fd95e0c7e528f9bc164ebe35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Marcinkevi=C4=8Dius?= Date: Thu, 24 Mar 2016 18:30:23 +0200 Subject: [PATCH] Fix typo --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 8f621d11a..042a4a4f5 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -469,7 +469,7 @@ sudo -H composer self-update ## config The `config` command allows you to edit some basic Composer settings in either -the local composer.json file or the global config.json file. +the local `composer.json` file or the global `config.json` file. ```sh php composer.phar config --list