From 1f99f3545c8c3245b30faddd5a6e5cf3c282a1fc Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Tue, 27 Jan 2015 09:14:33 +0200 Subject: [PATCH 1/2] Change installation method order | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4 | Fixed tickets | --- components/debug/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/debug/introduction.rst b/components/debug/introduction.rst index 8f3fc17102e..0606cff7026 100644 --- a/components/debug/introduction.rst +++ b/components/debug/introduction.rst @@ -16,8 +16,8 @@ Installation You can install the component in many different ways: -* Use the official Git repository (https://github.com/symfony/Debug); * :doc:`Install it via Composer ` (``symfony/debug`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Debug); Usage ----- From 49572ebad7747cef570de36dba8bea65a9f45856 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Tue, 27 Jan 2015 14:09:05 +0200 Subject: [PATCH 2/2] Update introduction.rst --- components/debug/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/debug/introduction.rst b/components/debug/introduction.rst index 0606cff7026..b5aa07ea9e8 100644 --- a/components/debug/introduction.rst +++ b/components/debug/introduction.rst @@ -16,8 +16,8 @@ Installation You can install the component in many different ways: -* :doc:`Install it via Composer ` (``symfony/debug`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Debug); +* :doc:`Install it via Composer ` (``symfony/debug`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Debug). Usage -----