diff --git a/README.md b/README.md index 28a28ff..cfff424 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Before running the script, please ensure you have the following installed on you Set environment variables for your TimeTagger URL, token, and optionally, the log level: ```shell -export TIMETAGGER_URL="https://yourtimetagger.url/api/endpoint" +export TIMETAGGER_URL="https://yourtimetagger.url/api/v2/records" export TIMETAGGER_TOKEN="yourtimetaggertoken" export LOG_LEVEL="INFO" # Default is WARNING, options: DEBUG, INFO, WARNING, ERROR, CRITICAL ``` @@ -58,4 +58,4 @@ Your contributions to improve TimeTagger Watcher are welcome! Please feel free t ## License -This project is licensed under the MIT License. Please see the LICENSE.md file for details. \ No newline at end of file +This project is licensed under the MIT License. Please see the LICENSE.md file for details.