From 2b127258d8ee35122074a874aa1354c597e73a71 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 16 Jan 2021 21:40:04 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f2f0e78..c8e0eba 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,7 @@ The extra functions are: void drawStringLTR(const char *string, int32_t *x, int32_t *y); - // Support Arabic Right To Left (RTL) character rendering - + // Support Arabic Right To Left (RTL) character rendering void drawStringRTLAr(const String& string); void drawStringRTLAR(const char *string, int32_t *x, int32_t *y);