From 5d4dadabc873ede6c18447f0d325ad988ab8d93b Mon Sep 17 00:00:00 2001 From: Sumit Saurabh <62152915+sumitsaurabh927@users.noreply.github.com> Date: Wed, 14 Dec 2022 23:56:46 +0530 Subject: [PATCH] fix: added second language to Novu under notification management --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb54016d..69a4543b 100644 --- a/README.md +++ b/README.md @@ -1428,7 +1428,7 @@ _Related: [Wikis](#wikis)_ A [notification system](https://en.wikipedia.org/wiki/Notification_system) is a piece of software that provides a means of delivering a message to a set of recipients. - [Gotify](https://gotify.net/) - a simple server for sending and receiving messages. ([Source Code](https://github.com/gotify/server)) `Go` `Typescript` -- [Novu](https://novu.co/) - Notification management simplified! The ultimate service for managing multi-channel notifications with a single API for all message providers (Email, SMS, Push, Chat). Novu comes with a CMS for advanced layouts and design management and is easy to set up and integrate with existing providers. ([Source Code](https://github.com/novuhq/novu)) `MIT` `Typescript` +- [Novu](https://novu.co/) - Notification management simplified! The ultimate service for managing multi-channel notifications with a single API for all message providers (Email, SMS, Push, Chat). Novu comes with a CMS for advanced layouts and design management and is easy to set up and integrate with existing providers. ([Source Code](https://github.com/novuhq/novu)) `MIT` `Typescript``Javascript` - [ntfy](https://ntfy.sh/) - ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. ([Source Code](https://github.com/binwiederhier/ntfy)) `Apache-2.0` `Go` `Javascript`