From 51292f0b6b413e72c824425fd89ee0614c196e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominique=20J=C3=A4ggi?= Date: Mon, 22 Jan 2024 14:29:03 +0100 Subject: [PATCH] fix: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 719b478dc..fca5ae890 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ Shared modules for Spacecat Services ## Modules - `spacecat-shared-data-access` - Models and data access layer - `spacecat-shared-dynamodb` - DynamoDB client for basic access +- `spacecat-shared-http-utils` - HTTP utility functions - `spacecat-shared-utils` - Utility functions ## Installation ```bash $ npm install @adobe/spacecat-shared-data-access $ npm install @adobe/spacecat-shared-dynamodb +$ npm install @adobe/spacecat-shared-http-utils $ npm install @adobe/spacecat-shared-utils ```