Skip to content

Commit ebf9121

Browse files
committed
docs updates
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent bb052d0 commit ebf9121

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/book/v5/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
After installation, register `dot-annotated-services` in your project by adding the below line to your configuration aggregator (usually: `config/config.php`):
44

5-
Dot\AnnotatedServices\ConfigProvider::class,
5+
```php
6+
Dot\AnnotatedServices\ConfigProvider::class,
7+
```

docs/book/v5/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
Install `dotkernel/dot-annotated-services` by executing the following Composer command:
44

5-
composer require dotkernel/dot-annotated-services
5+
```shell
6+
composer require dotkernel/dot-annotated-services
7+
```

0 commit comments

Comments
 (0)