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) |