File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The code of this project has been forked from
1414Installation
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 // ...
You can’t perform that action at this time.
0 commit comments