From ba07a8ed1f5b4abe7cef718b306db44f925b01cb Mon Sep 17 00:00:00 2001 From: eboffa Date: Wed, 18 Sep 2019 09:52:16 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a136ae56..fe641c28 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ downloadAppView.addTapAction { (deepLink) in ## 5️⃣ - MLBusinessCrossSellingBoxView Component This component allows you to show a view with an image icon, a text and an actionable button. #### Visual Example: -![MLBusinessCrossSellingBoxView]( ) +![MLBusinessCrossSellingBoxView](https://github.com/mercadolibre/mlbusiness-components-ios/blob/master/Documentation/images/crossSellingBoxViewComponent.png) ### MLBusinessCrossSellingBoxView init You need to set `MLBusinessCrossSellingBoxData` protocol. This interface allows you to populate the draw data into the component (iconUrl, text, buttonTitle and buttonDeepLink, being all of them mandatory).