Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthunderbird committed Feb 2, 2015
1 parent 738cf48 commit e4357d2
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 @@ -161,5 +161,5 @@ class SumCalculator
```php
<?php
$calculator = new Dummy\SumCalculator();
$calculator->getSum();
$calculator->getSum(1,10);
```

0 comments on commit e4357d2

Please sign in to comment.