From a088d129ca9f54c6ba2f1074003c7be89f9eb97a Mon Sep 17 00:00:00 2001 From: hihiboss Date: Thu, 23 Apr 2020 16:14:17 +0900 Subject: [PATCH] [README] Fix typo of project example link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d13801..6fc024e 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Add the following line in your `Podfile`. ``` pod "ManualLayout" -``` +``` # Usage -Just `import ManualLayout` in your code and use the methods and properties provided by the library to layout your views. You can check out the cheat sheet below for a compact list of everything. There are also [example projects](https://github.com/isair/ManualLayout/tree/master/Examples) to get you started. +Just `import ManualLayout` in your code and use the methods and properties provided by the library to layout your views. You can check out the cheat sheet below for a compact list of everything. There are also [example projects](https://github.com/isair/ManualLayout/tree/master/SimpleExample) to get you started. # API Cheat Sheet