From cfa25fc0e09ab88e2a879181cb50efc88983aebf Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 4 Jun 2025 09:14:57 +0200 Subject: [PATCH] docs: fix adapter sentence (#131) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42263f4..4c6920f 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ A provider contains the URL that points to the search results for the respective **It is important that you order the search results by date, so that _Fredy_ always picks the latest results first!** #### Adapter -_Fredy_ supports multiple adapters, such as Slack, SendGrid, Telegram etc. A search job can have as many adapters as supported by _Fredy_. Each adapter needs different configuration values, which you have to provide when using them. A adapter dictactes how the frontend renders by telling the frontend what information it needs in order to send listings to the user. +_Fredy_ supports multiple adapters, such as Slack, SendGrid, Telegram etc. A search job can have as many adapters as supported by _Fredy_. Each adapter needs different configuration values, which you have to provide when using them. An adapter dictates how the frontend renders by telling the frontend what information it needs in order to send listings to the user. #### Jobs A Job wraps adapters and providers. _Fredy_ runs the configured jobs in a specific interval (can be configured in `/conf/config.json`).