From a0fb8b156bba5a8eb878f39347706c17bcb1794e Mon Sep 17 00:00:00 2001 From: Freddy L Date: Sun, 15 Oct 2023 23:24:20 -0400 Subject: [PATCH] Updated README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c779870..8a56e62 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # next-server-task +[![CI](https://github.com/Neo-Ciber94/next-server-task/actions/workflows/ci.yml/badge.svg)](https://github.com/Neo-Ciber94/next-server-task/actions/workflows/ci.yml) + Execute long running tasks on `NextJS` edge API handlers. ## Table of contents @@ -10,6 +12,20 @@ Execute long running tasks on `NextJS` edge API handlers. 4. [TaskError](#taskerror) 5. [License](#license) +## Install + +```bash +npm install next-server-task +``` + +```bash +yarn add next-server-task +``` + +```bash +pnpm add next-server-task +``` + ## How it works? ```mermaid