aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 06:51:50 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 06:51:50 -0500
commit18801ed0c02627e87639dc0848cab44dacc18be2 (patch)
tree15e56ba66c68bf7b4594e6c9fdef44e037b4be31 /README.md
parentRemove deprecated webPreference flag (diff)
downloadferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.tar.gz
ferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.tar.zst
ferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.zip
Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8266302..ce978e0 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@
16 --> 16 -->
17</p> 17</p>
18 18
19> 🍰 Recipes encapsulate your favourite apps into Ferdi for unified notifications handling and more 19> 🍰 Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
20 20
21Recipes are small scripts that are responsible for providing the connection between your services (e.g. WhatsApp, Gmail or Slack) and Ferdi. It provides Ferdi information like the number of current notifications, handles enabling dark mode and may otherwise improve your experience with the service. 21Recipes are small scripts that are responsible for providing the connection between your services (e.g. WhatsApp, Gmail or Slack) and Ferdium. It provides Ferdium information like the number of current notifications, handles enabling dark mode and may otherwise improve your experience with the service.
22 22
23## Creating and adding your own recipes 23## Creating and adding your own recipes
24 24
25* [Overview / How to create a Ferdi integration](docs/integration.md) 25* [Overview / How to create a Ferdium integration](docs/integration.md)
26* [How to update/change recipes](docs/updating.md) 26* [How to update/change recipes](docs/updating.md)
27* [Configuration (package.json)](docs/configuration.md) 27* [Configuration (package.json)](docs/configuration.md)
28* [Frontend API (webview.js)](docs/frontend_api.md) 28* [Frontend API (webview.js)](docs/frontend_api.md)