Skip to content

Commit 6188ac8

Browse files
committed
Ordered list fixed
1 parent 720812c commit 6188ac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The code of this project has been forked from
1414
Installation
1515
------------
1616

17-
0. The preferred way to install this component is through [composer](http://getcomposer.org/download/).
17+
1. The preferred way to install this component is through [composer](http://getcomposer.org/download/).
1818

1919
To install, either run
2020
```
@@ -27,7 +27,7 @@ Installation
2727
to the `require` section of your `composer.json` file.
2828
2929
30-
0. Add `rollbar` component to the `main.php` config:
30+
1. Add `rollbar` component to the `main.php` config:
3131
```php
3232
// ...
3333
'components' => array(
@@ -39,12 +39,12 @@ Installation
3939
),
4040
```
4141
42-
0. Adjust `main.php` config to preload the component:
42+
1. Adjust `main.php` config to preload the component:
4343
```php
4444
'preload' => array('log', 'rollbar'),
4545
```
4646
47-
0. Set `RollbarErrorHandler` as error handler:
47+
1. Set `RollbarErrorHandler` as error handler:
4848
```php
4949
'components' => array(
5050
// ...

0 commit comments

Comments
 (0)