Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
poboisvert authored Apr 30, 2024
1 parent 817cb2b commit 0a96809
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
@@ -1,4 +1,4 @@
# next-chartist
# ⚡React Blazing Fast SVG charts ⚡ (next-chartist)

A continuation of https://github.com/fraserxu/react-chartist. Feel free to push an update

Expand Down Expand Up @@ -32,7 +32,7 @@ import NextChartist from 'next-chartist'

class Example extends Component {

var type = "barChart
var type = "barChart"

var dataChart = {
labels: ["Speed"],
Expand Down

0 comments on commit 0a96809

Please sign in to comment.