From 52a175260f30132278b097f45d721a873f474866 Mon Sep 17 00:00:00 2001 From: Adam Lynch Date: Wed, 10 Dec 2025 16:25:21 +0000 Subject: [PATCH] fix: bad links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e19c3f2..3a89025 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ export default function App() { }} customStyles={{ // Override default styles - // Checkout https://github.com/imwithye/react-native-remark/blob/main/src/themes/default.tsx + // Checkout https://github.com/imwithye/react-native-remark/blob/main/src/themes/default/index.tsx // for the default styles. inlineCode: { color: "red", @@ -132,7 +132,7 @@ Custom styles will override the selected theme's default styles. ## Supported Custom Styles -Checkout [default.tsx](./src/themes/default.tsx) for default styles. +Checkout [themes/default](./src/themes/default/index.tsx) for default styles. | Style Key | Description | Example Markdown Element | |-------------------|---------------------------------------|-------------------------------|