Skip to content

Commit 393d50c

Browse files
committed
Reverted lowercase enumeration
1 parent b47169c commit 393d50c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cookbook/bundles/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ How to Install 3rd Party Bundles
77
Most bundles provide their own installation instructions. However, the
88
basic steps for installing a bundle are the same:
99

10-
* `a) Add Composer Dependencies`_
11-
* `b) Enable the Bundle`_
12-
* `c) Configure the Bundle`_
10+
* `A) Add Composer Dependencies`_
11+
* `B) Enable the Bundle`_
12+
* `C) Configure the Bundle`_
1313

14-
a) Add Composer Dependencies
14+
A) Add Composer Dependencies
1515
----------------------------
1616

1717
Dependencies are managed with Composer, so if Composer is new to you, learn
@@ -43,7 +43,7 @@ and download the library into the ``vendor/`` directory. If you need a specific
4343
version, add a ``:`` and the version right after the library name (see
4444
`composer require`_).
4545

46-
b) Enable the Bundle
46+
B) Enable the Bundle
4747
--------------------
4848

4949
At this point, the bundle is installed in your Symfony project (in
@@ -68,7 +68,7 @@ The only thing you need to do now is register the bundle in ``AppKernel``::
6868
}
6969
}
7070

71-
c) Configure the Bundle
71+
C) Configure the Bundle
7272
-----------------------
7373

7474
It's pretty common for a bundle to need some additional setup or configuration

0 commit comments

Comments
 (0)