From d91c48d2ed13df57f6fefafabf22e18f7f2b6990 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Thu, 8 Nov 2018 14:58:45 +0100 Subject: [PATCH] Fix size of images in the docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a113f7..1a1df76 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ protected override void OnCreate(Bundle bundle) ### iOS additional setup For iOS applications you have to pass the `--enable-repl` option to the mtouch additional arguments. -![enable-repl](https://raw.githubusercontent.com/ylatuya/XAMLator/master/docs/enable-repl.png) +enable-repl ### Android Emulator additional setup @@ -124,8 +124,8 @@ For CSS update, once the CSS has been modified you have to open the view you wan ### Previewing in multiple devices To use the previewer in several devices at the same time you only need to start the application several times, one for each platform and device you want to preview. You can easilly do it using the "Run Item" option in the project's menu. -![multiple devices](https://raw.githubusercontent.com/ylatuya/XAMLator/master/docs/multiple-devices.png) +multiple-devices ## Customization