From ffa6e7b4d9f679edbba662c69167ad7b25eb8634 Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Tue, 23 Apr 2024 14:06:10 +0200 Subject: [PATCH] Update packages/app-next/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Charles Moulliard --- packages/app-next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-next/README.md b/packages/app-next/README.md index c9ad7ac536..360e5d5545 100644 --- a/packages/app-next/README.md +++ b/packages/app-next/README.md @@ -4,4 +4,4 @@ This package is an example of a Backstage application using the [new frontend](. To play with it, open a terminal and run the command: `yarn start` -**Note**: Don't forget to open a second terminal and to launch the backend or [backend-next](../../docs/backend-system/index.md) application using `yarn start` too command ! +**NOTE:** Don't forget to open a second terminal and to launch the backend or [backend-next](../../docs/backend-system/index.md) there, using `yarn start`! The frontend requires a backend to connect to.