We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0ea05 commit c3f7ff1Copy full SHA for c3f7ff1
1 file changed
README.md
@@ -38,7 +38,7 @@ npm install remix-devtools --save-dev
38
2. Add the following to your application `root.tsx` file:
39
40
```diff
41
-+ import rdtStylesheet from "remix-dev-tools/public/stylesheet.css";
++ import rdtStylesheet from "remix-dev-tools/stylesheet.css";
42
+ import { RemixDevTools } from "remix-dev-tools";
43
44
+ export const links: LinksFunction = () => [
0 commit comments