Skip to content

Commit

Permalink
Merge pull request #192 from lachlanjc/patch-1
Browse files Browse the repository at this point in the history
fix(docs): Fix SSR acronym typo in README
  • Loading branch information
vvo authored Aug 14, 2020
2 parents eef73fe + ea44b09 commit dc9d263
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

1 comment on commit dc9d263

@vercel
Copy link

@vercel vercel bot commented on dc9d263 Aug 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.