Skip to content

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abereghici committed Jan 9, 2025
1 parent b00b81f commit 9f7c8db
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
@@ -1,6 +1,6 @@
# Remix Themes

### An abstraction for themes in your [Remix](https://remix.run/) app.
### An abstraction for themes in your React router v7 / [Remix](https://remix.run/) app.

## Features

Expand Down Expand Up @@ -31,7 +31,7 @@ $ yarn add remix-themes
// sessions.server.tsx

import {createThemeSessionResolver} from 'remix-themes'
import { createCookieSessionStorage } from "@remix-run/node"
import { createCookieSessionStorage } from "react-router"

const sessionStorage = createCookieSessionStorage({
cookie: {
Expand Down

0 comments on commit 9f7c8db

Please sign in to comment.