From 2dc339c89de6ee8b0a0e04c23f504976e5e80a56 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 2 Jan 2025 16:23:44 +0000 Subject: [PATCH] chore(package): clearer description Signed-off-by: Frazer Smith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 743f749..7f8936e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fastify/under-pressure", "version": "9.0.2", - "description": "Measure process load with automatic handling of 'Service Unavailable' plugin for Fastify.", + "description": "Process load measuring plugin for Fastify, with automatic handling of 'Service Unavailable'", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts",