Skip to content

Commit 42bd8f7

Browse files
committed
docs: 📝 update README.md
1 parent ea4d994 commit 42bd8f7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
## Setup
88

9-
Include Bootstrap 4 by yourself.
9+
Include Bootstrap 4 by yourself first.
10+
11+
```bash
12+
composer require esangtek/php-bootstrap
13+
```
1014

1115
## Usage
1216

@@ -56,6 +60,7 @@ $bsCarousel->display();
5660
## Example
5761

5862
```php
63+
<?php
5964
require_once __DIR__ . '/../vendor/autoload.php';
6065

6166
use PHPbootstrap\Carousel;

0 commit comments

Comments
 (0)