Skip to content

Commit 4bc6972

Browse files
authored
Improve formatting
1 parent 067f584 commit 4bc6972

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
@@ -15,7 +15,7 @@ such as `user_id`, `created_by`, `company_id` similar to the core's `TimestampBe
1515

1616
Using [Composer][composer]:
1717

18-
```
18+
```bash
1919
composer require muffin/footprint
2020
```
2121

@@ -28,13 +28,13 @@ bin/cake plugin load Muffin/Footprint
2828
The Footprint plugin must be loaded **before** the [Authentication](https://github.com/cakephp/authentication) plugin,
2929
so you should move the
3030

31-
```
31+
```php
3232
$this->addPlugin('Muffin/Footprint');
3333
```
3434

3535
statement above the
3636

37-
```
37+
```php
3838
$this->addPlugin('Authentication');
3939
```
4040

@@ -47,7 +47,7 @@ in your `Application::bootstrap()` manually if required.
4747
Add the `FootprintMiddleware` to the middleware queue in your `Application::middleware()`
4848
method:
4949

50-
```
50+
```php
5151
$middleware->add('Muffin/Footprint.Footprint');
5252
```
5353

0 commit comments

Comments
 (0)