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

Commit 700025f

Browse files
Chaging the indents
1 parent f5d7399 commit 700025f

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
@@ -10,8 +10,8 @@ All configuration of this plugin happens in your ExpressionEngine Configuration
1010

1111
```php
1212
$config['easy_cloudinary'] = array(
13-
'cloud_name' => 'YOUR_CLOUDINARY_CLOUD_NAME',
14-
'template' => '<img src="https://res.cloudinary.com/{cloud_name}/image/fetch/f_auto,q_auto/{image_url}" {attributes}>'
13+
'cloud_name' => 'YOUR_CLOUDINARY_CLOUD_NAME',
14+
'template' => '<img src="https://res.cloudinary.com/{cloud_name}/image/fetch/f_auto,q_auto/{image_url}" {attributes}>'
1515
);
1616
```
1717

0 commit comments

Comments
 (0)