Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit adcc935

Browse files
committed
Here are the docs !!
1 parent c256f61 commit adcc935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ php_fast_cache:
2121
```
2222
* More examples in Docs/Example/app/config
2323
24-
##### :wrench: Setup your AppKernel.php by adding the phpFastCache Bundle
24+
#### :wrench: Step 3: Setup your AppKernel.php by adding the phpFastCache Bundle
2525
2626
```php
2727
$bundles[] = new phpFastCache\Bundle\phpFastCacheBundle();
2828
```
2929

3030
* See the file Docs/Example/app/AppKernel.php for more information.
3131

32-
#### :rocket: Accelerate your app by making use of PhpFastCache service
32+
#### :rocket: Step 4: Accelerate your app by making use of PhpFastCache service
3333

3434
```php
3535
public function indexAction(Request $request)

0 commit comments

Comments
 (0)