Skip to content

Commit

Permalink
fix(docs): Fix SSR acronym typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Aug 14, 2020
1 parent eef73fe commit ea44b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This method of storing session data is the same technique used by **frameworks l

**鈾伙笍 Password rotation is supported**. It allows you to change the password used to sign and encrypt sessions while still being able to decrypt sessions that were created with a previous password.

**Next.js's** 馃椏 [Static generation](https://nextjs.org/docs/basic-features/pages#static-generation-recommended) (SG) and 鈿欙笍 [Server-side Rendering](https://nextjs.org/docs/basic-features/pages#server-side-rendering) (SSG) are both supported.
**Next.js's** 馃椏 [Static generation](https://nextjs.org/docs/basic-features/pages#static-generation-recommended) (SG) and 鈿欙笍 [Server-side Rendering](https://nextjs.org/docs/basic-features/pages#server-side-rendering) (SSR) are both supported.

**There's a Connect middleware available** so you can use this library in any Connect compatible framework like Express.

Expand Down

0 comments on commit ea44b09

Please sign in to comment.