Skip to content

Commit

Permalink
Merge pull request #13 from dejurin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
brendt authored Oct 3, 2024
2 parents ae55ab9 + 77bd067 commit 4554d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ composer require brendt/php-sparkline
## Usage

```php
$sparkLine = new SparkLine(1, 2, 5, 10, 2));
$sparkLine = new SparkLine(1, 2, 5, 10, 2);

$total = $sparkLine->getTotal();

Expand Down

0 comments on commit 4554d0d

Please sign in to comment.