Browse Source

Format docs

Jordi Boggiano 12 năm trước cách đây
mục cha
commit
0e997a94fb
1 tập tin đã thay đổi với 3 bổ sung7 xóa
  1. 3 7
      doc/articles/troubleshooting.md

+ 3 - 7
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