From 994d96ec27eaa528201230046f66fba362b80ba7 Mon Sep 17 00:00:00 2001 From: Stephen Chiang Date: Fri, 2 Sep 2022 12:44:05 +0200 Subject: [PATCH] [Lib] - chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcfc49e..0b63532 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ export interface BarData extends ChartData { You can pass anything in `children` as the title and will be subjected to the `titlePosition` prop. -I recommend you add a styling the following styling rule when using `left` or `right` positioning: +I recommend you add the following styling rule when using `left` or `right` positioning to prevent the title from wrapping: ```css .your-title-wrapper-classname {