From 3e41d91581b29ddc65425f9520c61bd8449b6ec6 Mon Sep 17 00:00:00 2001 From: polarblau Date: Mon, 5 Sep 2011 10:32:37 +0300 Subject: [PATCH] Fixed code indentation. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 0e72934..4781e7e 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,11 @@ # Usage Basic options + $('.text li').smartTruncation(); Settings and defaults + $('.text-2 li').smartTruncation({ "truncateCenter" : true // "Hello World" -> "hel..rld" });