Skip to content

Commit 5bc8880

Browse files
committed
Doc: Spacing
1 parent 9beac7a commit 5bc8880

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ details.
2727
```php
2828
// Assuming Composer's autoload.php has been included.
2929
$freemius = DuckDev\Freemius\Freemius::get_instance(
30-
12345, // Your Freemius product ID.
31-
array(
32-
'slug' => 'loggedin', // Your plugin's unique Freemius slug.
33-
'main_file' => LOGGEDIN_FILE, // The path to your plugin's main file.
34-
'public_key' => 'pk_XXXXXXXXXXXXXXXXX', // Your plugin's public key.
35-
)
30+
12345, // Your Freemius product ID.
31+
array(
32+
'slug' => 'loggedin', // Your plugin's unique Freemius slug.
33+
'main_file' => LOGGEDIN_FILE, // The path to your plugin's main file.
34+
'public_key' => 'pk_XXXXXXXXXXXXXXXXX', // Your plugin's public key.
35+
)
3636
);
3737
```
3838

0 commit comments

Comments
 (0)