Skip to content

Commit eb29754

Browse files
committed
Fix typo in Readme
1 parent 696e85a commit eb29754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To output the entire CSS document into a variable, just use `->render()`:
154154
If you want to format the output, pass an instance of type `Sabberworm\CSS\OutputFormat`:
155155

156156
$oFormat = Sabberworm\CSS\OutputFormat::create()->indentWithSpaces(4)->setSpaceBetweenRules("\n");
157-
print $oCssDocument->render(oFormat);
157+
print $oCssDocument->render($oFormat);
158158

159159
Or use one of the predefined formats:
160160

0 commit comments

Comments
 (0)