From b0ba4598e24fd3694489ba61b7026ce940e39b27 Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Thu, 30 Nov 2023 11:16:55 +0100 Subject: [PATCH] docs: fixed code block quotes in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c83fac5e..b0ce43c9d 100755 --- a/README.md +++ b/README.md @@ -169,13 +169,13 @@ root.render();
src/pages/content/ui/index.tsx -"""tsx +```tsx import { attachTwindStyle } from '@src/shared/style/twind'; ... attachTwindStyle(rootIntoShadow, shadowRoot); createRoot(rootIntoShadow).render(); -""" +```
[See more examples](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/pull/244/)