From b746238161b1feb68a39d5a3b0e3e26134dabd75 Mon Sep 17 00:00:00 2001 From: Benson Arafat Date: Wed, 4 Oct 2023 09:58:59 +0100 Subject: [PATCH] fix: Update readme colon and spelling mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db2430b..bad2430 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $chart = (new LarapexChart)->setTitle('Posts') Remember to import the Facade to your controller with ```php -use ArielMejiaDev\LarapexCharts\Facades\LarapexChart +use ArielMejiaDev\LarapexCharts\Facades\LarapexChart; ``` Or importing the LarapexChart class: @@ -89,7 +89,7 @@ $chart = (new LarapexChart)->setType('area') ]); ``` -You can create a variety of charts including: Line, Area, Bar, Horizantal Bar, Heatmap, pie, donut and Radialbar. +You can create a variety of charts including: Line, Area, Bar, Horizontal Bar, Heatmap, pie, donut and Radialbar. ## More examples