aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index f412bbf..2a64793 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@
18 18
19Recipes 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. 19Recipes 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.
20 20
21## Creating and adding your own recipes 21## Creating, adding, and editing recipes
22
23**Important:** Please make sure to run `pnpm validate` before submitting.
22 24
23* [Overview / How to create a Ferdium integration](docs/integration.md) 25* [Overview / How to create a Ferdium integration](docs/integration.md)
24* [How to update/change recipes](docs/updating.md) 26* [How to update/change recipes](docs/updating.md)