From 932d278885791a79a436f2dd10a65e6be9c4bb71 Mon Sep 17 00:00:00 2001 From: doingodswork Date: Sat, 12 Dec 2020 22:12:52 +0100 Subject: [PATCH] Improve README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73813b3..77451c6 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ It provides the most important parts of the Node.js SDK and depending on the req ## Features +- [x] Based on the [Express](https://expressjs.com)-inspired web framework [Fiber](https://gofiber.io) - [x] All required *types* for building catalog and stream addons -- [x] Web server with graceful shutdown - - [x] With optional channel to be notified about a shutdown +- [x] Graceful server shutdown + - [x] With optional channel to be notified about the shutdown - [x] CORS middleware to allow requests from Stremio - [x] Health check endpoint - [x] Optional profiling endpoints (for `go pprof`)