diff --git a/README.md b/README.md index de618df..79061a4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# task_tracker_drone +[![Build Status](https://ci.simon987.net/buildStatus/icon?job=task_tracker_drone)](https://ci.simon987.net/job/task_tracker_drone/) [![CodeFactor](https://www.codefactor.io/repository/github/simon987/task_tracker_drone/badge)](https://www.codefactor.io/repository/github/simon987/task_tracker_drone) -General purpose 'set and forget' task runner for [task_tracker](https://github.com/simon987/task_tracker). +General purpose 'set and forget' task runner and API wrapper for [simon987/task_tracker](https://github.com/simon987/task_tracker). ### Running tests ```bash cd src python -m unittest discover -``` \ No newline at end of file +```