From 7b5b5daa2d89f9d685e1b019ab3187d820f7c911 Mon Sep 17 00:00:00 2001 From: Konstantin Komelin Date: Sat, 26 Oct 2019 10:56:35 +0200 Subject: [PATCH] Fixed code sample from the documentation Added missed
tag to the main React code example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 165764d..61caeff 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ const Instagram = () => { data.map(({ caption, id, images, tags }, index) => { const image = images[options.resolution] return ( +