From 6f75fa2214d083d53427bab6ab8120b061db3411 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 24 Feb 2023 23:38:08 +0100 Subject: [PATCH] README update. (0.21.4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8260b97..56ba94a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Currently, the Linspector core requires the following 3rd party libraries: - [APScheduler](https://pypi.org/project/APScheduler/) - APScheduler is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. This is the heart of Linspector for -scheduling jobs. +executing scheduled jobs in intervals. - [fastAPI](https://pypi.org/project/fastapi/) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. It is used in the API plugin but this plugin really is core stuff.