Skip to content

Commit 4235137

Browse files
readme updated
1 parent a90b8fc commit 4235137

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ PHP library for interacting with the Qencode API.
2222
}
2323
}
2424
```
25-
Run composer:
25+
Run composer:
2626
```bash
2727
php composer.phar install
2828
```
2929

30+
Include vendor/autoload.php:
31+
```php
32+
require 'vendor/autoload.php';
33+
```
34+
3035
If you don't use composer, use autoload.php located in the root of the repo:
3136
```php
3237
require_once __DIR__ . '/../autoload.php';

0 commit comments

Comments
 (0)