Skip to content

Commit 0cb4268

Browse files
author
Askupa Software
committed
Merge origin/master
2 parents 80f7b9d + 0b1cde6 commit 0cb4268

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A library for generating static stylesheets from dynamic content, to be used in
3535
First, add this to your `functions.php` file:
3636

3737
```php
38-
// 1. Load the library
38+
// 1. Load the library (skip this if you are loading the library as a plugin)
3939
require_once 'wp-dynamic-css/bootstrap.php';
4040

4141
// 2. Set the callback function (used to convert variables to actual values)
@@ -98,7 +98,9 @@ This will install the package in the directory `wp-content/plugins`. For custom
9898

9999
### Via WordPress.org
100100

101-
Coming soon
101+
Install and activate the plugin hosted on WordPress.org: [wordpress.org/plugins/wp-dynamic-css/](https://wordpress.org/plugins/wp-dynamic-css/)
102+
103+
When the plugin is activated, all the library files are automatically included so you don't need to manually include them.
102104

103105
### Manually
104106

0 commit comments

Comments
 (0)