Skip to content

Commit 439c050

Browse files
authored
Merge pull request #26 from slaFFik/patch-1
Fix code block formatting in readme.md
2 parents 1b58421 + 4bd3517 commit 439c050

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The SDK handles all the complex licensing logic behind the scenes:
3838

3939
You can run the SDK as a standalone plugin on your site, or install it as a Composer package in your theme or plugin:
4040

41-
```
41+
```json
4242
{
4343
"name": "edd/edd-sample-plugin",
4444
"license": "GPL-2.0-or-later",
@@ -52,6 +52,7 @@ You can run the SDK as a standalone plugin on your site, or install it as a Comp
5252
"easy-digital-downloads/edd-sl-sdk": "1.0.0"
5353
}
5454
}
55+
```
5556

5657
### Example Usage
5758

@@ -78,7 +79,7 @@ if ( file_exists( __DIR__ . '/vendor/easy-digital-downloads/edd-sl-sdk/edd-sl-sd
7879
```
7980

8081
Theme:
81-
```
82+
```php
8283
add_action(
8384
'edd_sl_sdk_registry',
8485
function ( $init ) {

0 commit comments

Comments
 (0)