Skip to content

Commit f31b99a

Browse files
author
Janwillem
committed
also changed the README
1 parent 205ee00 commit f31b99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a directory that you specify.
88
Create a file, like `style.php`:
99

1010
```
11-
use ScssPhp\ScssPhp\Server;
11+
use ScssPhp\Server\Server;
1212
1313
$directory = "stylesheets";
1414
@@ -59,7 +59,7 @@ Here's an example of creating a SCSS server that outputs compressed CSS:
5959

6060
```
6161
use ScssPhp\ScssPhp\Compiler;
62-
use ScssPhp\ScssPhp\Server;
62+
use ScssPhp\Server\Server;
6363
6464
$scss = new Compiler();
6565
$scss->setFormatter('ScssPhp\ScssPhp\Formatter\Compressed');

0 commit comments

Comments
 (0)