Skip to content

Commit 60373c4

Browse files
committed
fix example
1 parent 70ef1eb commit 60373c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/jugem.vim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let imgurl = api.newMediaObject(jugem_id, jugem_id, password, {
1212
\ "path": imagePath,
1313
\})
1414

15-
let text = "どないや<br /><img src=\"".imgurl."\">"
15+
let text = "どないや<br /><img src=\"".imgurl["url"]."\">"
1616

1717
echo api.newPost(jugem_id, jugem_id, password, {
1818
\ "title": "vimでmetaWeblogAPIを叩いて画像付きブログをポストする",

0 commit comments

Comments
 (0)