From f27bb05649f988ef7ffe5d138cdd6173c2b6530d Mon Sep 17 00:00:00 2001 From: Thomas Kagan Date: Wed, 9 Nov 2016 11:04:21 -0500 Subject: [PATCH] added missed word in documentation for custom string separator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fae2f..0130c31 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ If a custom append string is included, a function can be executed on the resulti * **Custom String Separator** You can use string separator to split the string by something else than " " (space). Example (split by characters): -``

`` +``

`` * **Fallback Font-Size** You can specify a fallback font size. If text is detected to overflow an attempt to resize the text to the fallback font-size will be made before ellipsis are added.