From 3840e77ec447f05278f914effb3897b3e807606f Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Mon, 15 Apr 2024 19:59:32 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cfac0f2..5f681a13 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ for more information. The following feature list gives you a first overview: Fusio generates automatically an OpenAPI specification for the defined routes * __SDK generation__ Fusio can automatically generate a client SDK for your API based on the defined schema -* __Subscription support__ - Fusio contains a event subscription layer which helps to build pub/sub for your API +* __Webhook support__ + Fusio contains a webhook system which helps to build publish/subscribe for your API * __Rate limiting__ Fusio provides a way to rate limit requests based on the user or app * __Authorization__