From 8b132e42dc34549b493240df71ca1a8ed8b96b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 22 Jan 2025 16:28:54 +0100 Subject: [PATCH] docs: typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc12125c..bf2b5087 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions. - [Tree-shakable server utils](#server-utils) - [`` component](#authstate-component) - [Extendable with hooks](#extend-session) -- [WebSocket support](#websockets-support) +- [WebSocket support](#websocket-support) It has few dependencies (only from [UnJS](https://github.com/unjs)), run on multiple JS environments (Node, Deno, Workers) and is fully typed with TypeScript. @@ -597,7 +597,7 @@ You can use the `placeholder` slot to show a placeholder on server-side and whil If you are caching your routes with `routeRules`, please make sure to use [Nitro](https://github.com/unjs/nitro) >= `2.9.7` to support the client-side fetching of the user session. -## WebSockets Support +## WebSocket Support Nuxt Auth Utils is compatible with [Nitro WebSockets](https://nitro.build/guide/websocket).