Skip to content

Commit c3f7ff1

Browse files
committed
readme fix
1 parent af0ea05 commit c3f7ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm install remix-devtools --save-dev
3838
2. Add the following to your application `root.tsx` file:
3939

4040
```diff
41-
+ import rdtStylesheet from "remix-dev-tools/public/stylesheet.css";
41+
+ import rdtStylesheet from "remix-dev-tools/stylesheet.css";
4242
+ import { RemixDevTools } from "remix-dev-tools";
4343

4444
+ export const links: LinksFunction = () => [

0 commit comments

Comments
 (0)