Skip to content

Commit e9abf5e

Browse files
author
Tim Helfensdörfer
authored
Fixed language mistakes in readme
1 parent 430bf89 commit e9abf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The period you request the statistics for
4747
If you set the period to `Matomo::PERIOD_RANGE` you can specify the range via
4848

4949
$matomo->setRange('2012-01-14', '2012-04-30'); //All data from the first to the last date
50-
$matomo->setRange('2012-01-14', Matomo::DATE_YESTERDAY); //All data from the first until yesterday
51-
$matomo->setRange('2012-01-14'); //All data from the first until now
50+
$matomo->setRange('2012-01-14', Matomo::DATE_YESTERDAY); //All data from the first date until yesterday
51+
$matomo->setRange('2012-01-14'); //All data from the first date until now
5252

5353
__When you use the period range you do not need to specify a date!__
5454

0 commit comments

Comments
 (0)