From abf76efa65ff5579cca8e5cf21857e2d97155e4e Mon Sep 17 00:00:00 2001 From: GitBrent Date: Tue, 22 Nov 2016 09:54:02 -0600 Subject: [PATCH] Minor text update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c03cea12..92575ae8b 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ slide.addImage({ data:'data:image/png;base64,iVBORwTwB[...]=', x:3.0, y:5.0, w:6 ### Image Options | Parameter | Description | Possible Values | | :--------- | :------------- | :-------------------- | -| path | image path | (path - can be relative - like a normal ) +| path | image path | (path - can be relative - like a normal html tag: img src="path") | data | image data | (base64-encoded string) | | x | X location | (inches) | | y | Y location | (inches) |