From 3243205107f8ed2a788f9908df77218aead3dd9c Mon Sep 17 00:00:00 2001 From: ~coolelectronics Date: Mon, 11 Mar 2024 21:28:45 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5b9ff2..2de9b95 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ dreamland.js is a reactive JSX-inspired rendering library with **no virtual dom** and **no build step** ## Why Dreamland? -We've found frameworks such as React to be cumbersome, with more than just a few footguns. Dreamland can get you fast results with brutal simplicity. See the [Wiki](https://github.com/MercuryWorkshop/dreamlandjs/wiki) for more information. +We've found frameworks such as React to be cumbersome, with more than just a few footguns. Dreamland can get you fast results with brutal simplicity. See the [documentation](https://dreamland.js.org) for more information. ## What does it look like? Here's a simple counter app @@ -112,4 +112,4 @@ window.addEventListener("load", () => { }); ``` -See the [Wiki](https://github.com/MercuryWorkshop/dreamlandjs/wiki) for more information. +See the [documentation](https://dreamland.js.org) for more information.