We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d994 commit 42bd8f7Copy full SHA for 42bd8f7
1 file changed
README.md
@@ -6,7 +6,11 @@
6
7
## Setup
8
9
-Include Bootstrap 4 by yourself.
+Include Bootstrap 4 by yourself first.
10
+
11
+```bash
12
+composer require esangtek/php-bootstrap
13
+```
14
15
## Usage
16
@@ -56,6 +60,7 @@ $bsCarousel->display();
56
60
## Example
57
61
58
62
```php
63
+<?php
59
64
require_once __DIR__ . '/../vendor/autoload.php';
65
66
use PHPbootstrap\Carousel;
0 commit comments