We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae55ab9 commit 77bd067Copy full SHA for 77bd067
README.md
@@ -17,7 +17,7 @@ composer require brendt/php-sparkline
17
## Usage
18
19
```php
20
-$sparkLine = new SparkLine(1, 2, 5, 10, 2));
+$sparkLine = new SparkLine(1, 2, 5, 10, 2);
21
22
$total = $sparkLine->getTotal();
23
0 commit comments