From be9f26903fe24465cbfba9b2d0815b1935560c59 Mon Sep 17 00:00:00 2001 From: Yuri Strot Date: Fri, 23 Sep 2016 20:30:49 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32a71278..1e16ddf1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ class MyView: MacawView { } ``` - + #### It has SVG support @@ -42,13 +42,13 @@ class SVGView: MacawView { } ``` - + #### It's powerful Affine transformations, user events, animation and various effects to build beautiful apps with Macaw: - + Take a look at [getting started guide](https://github.com/exyte/Macaw/wiki/Getting-started) to learn more.