Skip to content

Commit

Permalink
Merge pull request #82 from bensonarafat/master
Browse files Browse the repository at this point in the history
fix: Update readme colon and spelling mistake
  • Loading branch information
ArielMejiaDev committed Jan 24, 2024
2 parents d1f933b + b746238 commit b50f1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b50f1e8

Please sign in to comment.