From f832ed23f68d9356d0fe81f32f7204ab9fe97a03 Mon Sep 17 00:00:00 2001 From: "Efkan S. Goktepe" <76130958+serhatgktp@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:13:20 -0400 Subject: [PATCH] Fix order numbers of steps in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 52fc2faa29..d9772cac8c 100644 --- a/README.rst +++ b/README.rst @@ -32,14 +32,14 @@ This MFE is bundled with `Devstack `_, see 2. Start up LMS, if it's not already started. -4. Within this project (frontend-app-authn), install requirements and start the development server: +3. Within this project (frontend-app-authn), install requirements and start the development server: .. code-block:: npm install npm start # The server will run on port 1999 -5. Once the dev server is up, visit http://localhost:1999 to access the MFE +4. Once the dev server is up, visit http://localhost:1999 to access the MFE .. image:: ./docs/images/frontend-app-authn-localhost-preview.png @@ -187,4 +187,4 @@ Please see `LICENSE