Skip to content

Commit

Permalink
Fixed code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos authored Jun 1, 2020
1 parent b70407b commit f23bafa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,16 @@ composer require stefangabos/zebra_image:dev-master
Or you can install it manually by downloading the latest version, unpacking it, and then including it in your project

```php
<?php

require_once 'Zebra_Image.php';
```

## How to use

```php
<?php

// load the image manipulation class
require 'path/to/Zebra_Image.php';

Expand Down

0 comments on commit f23bafa

Please sign in to comment.