Skip to content

Commit 0b1cde6

Browse files
author
Yoav Kadosh
committed
Update README.md
1 parent 362a7ba commit 0b1cde6

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
@@ -34,7 +34,7 @@ A library for generating static stylesheets from dynamic content, to be used in
3434
First, add this to your `functions.php` file:
3535

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

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

9898
### Via WordPress.org
9999

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

102104
### Manually
103105

0 commit comments

Comments
 (0)