Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
jdisho authored Aug 28, 2018
1 parent 9e3b660 commit e47474d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#
**VanillaConstraints** is a simplified and chainable *AutoLayout NSLayoutConstraints* for iOS written in Swift.

- A tiny wrapper around NSLayoutConstraints.
- Short syntax for creating layout constraints.
- Chainable way of describing NSLayoutConstraints.
- Constraints are active by default.
- No need to set `translatesAutoresizingMaskIntoConstraints = false`
- No external dependencies.
- 🌯 A tiny wrapper around NSLayoutConstraints.
- 🍬 Short syntax for creating layout constraints.
- Chainable way of describing NSLayoutConstraints.
- Constraints are active by default.
- 🧘‍♂️No need to set `translatesAutoresizingMaskIntoConstraints = false`.
- 🤙 No external dependencies.

## 🛠 Installation

Expand All @@ -40,7 +40,7 @@ $ pod install

### Manually

If you prefer not to use any of the dependency managers, you can integrate VanillaConstraints into your project manually, by downloading the source code and placing the files on your project directory.
If you prefer not to use any of the dependency managers, you can integrate `VanillaConstraints` into your project manually, by downloading the source code and placing the files on your project directory.

## 👨🏻‍💻 Usage
**tl;dr**
Expand Down

0 comments on commit e47474d

Please sign in to comment.