Skip to content

Commit

Permalink
Fixed SYNOPSIS code.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Dec 3, 2018
1 parent 99967a7 commit 8a55b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SVG/ChristmasTree.pm
Original file line number Diff line number Diff line change
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 8a55b72

Please sign in to comment.