From 0e997a94fb6732cfffa4abcce2f6f25660e069e2 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 8 Oct 2012 19:42:28 +0200 Subject: [PATCH] Format docs --- doc/articles/troubleshooting.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 7efc1f064..54ee71967 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -11,13 +11,9 @@ This is a list of common pitfalls on using Composer, and how to avoid them. latest version**. See [self-update](03-cli.md#self-update) for details. 2. Ensure you're **installing vendors straight from your `composer.json`** via - -~~~~ - rm -rf vendor && composer update -v -~~~~ - - when troubleshooting, excluding any possible interferences with existing - vendor installations or `composer.lock` entries. + `rm -rf vendor && composer update -v` when troubleshooting, excluding any + possible interferences with existing vendor installations or `composer.lock` + entries. ## Package not found