Skip to content

Commit

Permalink
Fixed Hyperlink example
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBrent authored and GitBrent committed Apr 11, 2017
1 parent 3bbeb66 commit eaba55c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ slide.addText(

// EX: Hyperlinks
slide.addText(
{
[{
text: 'PptxGenJS Project',
options: { hyperlink:{ url:'https://github.com/gitbrent/pptxgenjs', tooltip:'Visit Homepage' } }
},
x:1.0, y:1.0, w:5, h:1
}],
{ x:1.0, y:1.0, w:5, h:1 }
);

// EX: Drop/Outer Shadow
Expand Down

0 comments on commit eaba55c

Please # to comment.