From 755f3798d16f605d68c73b2cea6a3a8f9229360b Mon Sep 17 00:00:00 2001 From: Sanskar Jha <34993200+sanskarjha@users.noreply.github.com> Date: Wed, 12 Aug 2020 00:25:05 +0530 Subject: [PATCH] docs(examples): fix example img (#4678) --- docs/examples/attachments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/attachments.md b/docs/examples/attachments.md index c18e452e1..826fb8d80 100644 --- a/docs/examples/attachments.md +++ b/docs/examples/attachments.md @@ -111,7 +111,7 @@ client.login('your token here'); The results are the same as the URL examples: -![Image showing result](/static/attachment-example1.png) +![Image showing result](/static/attachment-example2.png) But what if you have a buffer from an image? Or a text document? Well, it's the same as sending a local file or a URL!