Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Mar 12, 2013
1 parent dd4e4cd commit c229c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.md
Expand Up @@ -81,7 +81,7 @@ require `scss.inc.php` and invoke the `scss` class:
```php
<?php
require "scssphp/scss.inc.php";
$scss = new scss();
$scss = new scssc();

echo $scss->compile('
$color: #abc;
Expand Down

0 comments on commit c229c20

Please sign in to comment.