diff --git a/README.md b/README.md index 89a1ec1..511829d 100755 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ _Note: to disable the ID check add the parameter `disable_validation=True`_ _Note: to disable the ID check add the parameter `disable_validation=True`_ -**range()** - `range('start', 'stop=None', 'months=0', 'days=0', 'granularity=None')` Sets the date range for the report. All dates shoudl be listed in ISO-8601 (e.g. 'YYYY-MM-DD') +**range()** - `range('start', stop='None', months='0', days='0', granularity='None')` Sets the date range for the report. All dates should be listed in ISO-8601 (e.g. 'YYYY-MM-DD') * **Start** -- Start date for the report. If no stop date is specified then the report will be for a single day * **Stop** -- End date for the report.