From def4d71229c8a27d61c0158589a7d9b68d84d42d Mon Sep 17 00:00:00 2001 From: dsinghvi Date: Fri, 15 Dec 2023 16:14:54 -0500 Subject: [PATCH] remove note that v6 is unstable --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b28ea83..5e8cbfa 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ This is the official node.js module for sending notifications with node.js with ## Installation (via [npm](https://www.npmjs.com/package/@trycourier/courier)) - -### Note - -Recent version v6 can be unstable, its recommended to use version `v5.7.0`. We are actively working on making v6 stable and will be updating the README accordingly soon. - ```bash npm install @trycourier/courier ```