From 6a44e38b53a498726130d9b305d44ec176ddc54a Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 3 Dec 2024 11:42:15 -0700 Subject: [PATCH] docs: Add nosecone section to root README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 12d94cc9b..50f47695a 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,15 @@ find a specific one through the categories and descriptions below. - [`@arcjet/redact`](./redact/README.md): Redact & unredact sensitive information from strings. +### Nosecone + +- [`nosecone`](./nosecone/README.md): Protect your `Response` with secure + headers. +- [`@nosecone/next`](./nosecone-next/README.md): Protect your Next.js + application with secure headers. +- [`@nosecone/sveltekit`](./nosecone-sveltekit/README.md): Protect your + SvelteKit application with secure headers. + ### Utilities - [`arcjet`](./arcjet/README.md): JS SDK core.