diff --git a/README.md b/README.md index 61974b6..213714b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Multi-line/Autoresizing UITextView similar to SMS-app. The example project also Properties ---------- -* int maxNumberOfLines; Stops growing at this amount of lines. -* int minNumberOfLines; Starts growing at this amount of lines. -* BOOL animateHeightChange; Animate the growing +* `int maxNumberOfLines;` – Stops growing at this amount of lines. +* `int minNumberOfLines;` – Starts growing at this amount of lines. +* `BOOL animateHeightChange;` – Animate the growing For more info, see blogpost: http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms \ No newline at end of file