Skip to content

Commit

Permalink
Merge pull request #8 from manwar/fix-synopsis-code
Browse files Browse the repository at this point in the history
Fixed SYNOPSIS code.
  • Loading branch information
davorg committed Dec 4, 2018
2 parents 99967a7 + 8a55b72 commit 22d31cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SVG/ChristmasTree.pm
Expand Up @@ -13,7 +13,7 @@ Perl extension to draw Christmas trees with SVG
print $tree->as_xml;
# Or change things
my tree = SVG::ChristmasTree->new({
my $tree = SVG::ChristmasTree->new({
layers => 5,
leaf_colour => 'rgb(0,255,0)',
pot_colour => 'rgb(0,0,255)',
Expand Down

0 comments on commit 22d31cd

Please sign in to comment.