Skip to content

Commit 6f9edd7

Browse files
chore: Update links in README
1 parent 1fdfdbe commit 6f9edd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ All your theme configuration is passed to ThemeProvider.
139139
140140
## Examples
141141

142-
The [Live Example](TODO) shows next-themes in action, with dark, light, system themes and pages with forced themes.
142+
The [Live Example](https://svelte-themes-multi-theme-example.vercel.app/) shows next-themes in action, with dark, light, system themes and pages with forced themes.
143143

144144
### Use System preference by default
145145

@@ -340,7 +340,7 @@ You can also use CSS to hide or show content based on the current theme. To avoi
340340
341341
### With TailwindCSS (v4)
342342
343-
[Visit the live example](TODO) • [View the example source code](https://github.com/elliott-with-the-longest-name-on-github/svelte-themes/tree/master/examples/tailwind)
343+
[Visit the live example](https://svelte-themes-tailwind-example.vercel.app/) • [View the example source code](https://github.com/elliott-with-the-longest-name-on-github/svelte-themes/tree/master/examples/tailwind)
344344
345345
Modern Tailwind uses `prefers-color-scheme` to switch between `light` and `dark` modes. To support manual control over color scheme, override the default `dark` variant in your CSS config:
346346

0 commit comments

Comments
 (0)