Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Jan 22, 2025
1 parent fff47f1 commit 8b132e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions.
- [Tree-shakable server utils](#server-utils)
- [`<AuthState>` 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.

Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 8b132e4

Please sign in to comment.