From 51ed7c0456397c452a3a4ff67d7e343c8da419eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9r=C3=B4me=20Grignon?= <32737308+geromegrignon@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:50:33 +0200 Subject: [PATCH] fix: change demo URL link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae38a327e..7e107ce07e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > ### [YOUR_FRAMEWORK] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API. -### [Demo](https://github.com/gothinkster/realworld)    [RealWorld](https://github.com/gothinkster/realworld) +### [Demo](https://demo.realworld.io/)    [RealWorld](https://github.com/gothinkster/realworld) This codebase was created to demonstrate a fully fledged fullstack application built with **[YOUR_FRAMEWORK]** including CRUD operations, authentication, routing, pagination, and more.