From 17148df95904ac798fa9b5277f2d0b279b99fd76 Mon Sep 17 00:00:00 2001
From: GuidesBot <GuidesBot@OpenLiberty.io>
Date: Mon, 17 Mar 2025 21:57:47 +0000
Subject: [PATCH] Updated by github actions from guide-arquillian-managed

---
 .../cloud-hosted-guide-arquillian-managed/instructions.md     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/instructions/cloud-hosted-guide-arquillian-managed/instructions.md b/instructions/cloud-hosted-guide-arquillian-managed/instructions.md
index 0c64ce6b..8e9369aa 100644
--- a/instructions/cloud-hosted-guide-arquillian-managed/instructions.md
+++ b/instructions/cloud-hosted-guide-arquillian-managed/instructions.md
@@ -248,7 +248,7 @@ Configure your build to use the Arquillian Liberty Managed container and set up
 First, configure your test build with Maven. All of the Maven configuration takes place in the ***pom.xml*** file, which is provided for you.
 
 
-> From the menu of the IDE, select **File** > **Open** > guide-arquillian-managed/start/pom.xml, or click the following button
+> From the menu of the IDE, select ***File*** > ***Open*** > guide-arquillian-managed/start/pom.xml, or click the following button
 
 ::openFile{path="/home/project/guide-arquillian-managed/start/pom.xml"}
 
@@ -273,7 +273,7 @@ Now that you're done configuring your Maven build, set up your Open Liberty to r
 Take a look at the ***server.xml*** file.
 
 
-> From the menu of the IDE, select **File** > **Open** > guide-arquillian-managed/start/src/main/liberty/config/server.xml, or click the following button
+> From the menu of the IDE, select ***File*** > ***Open*** > guide-arquillian-managed/start/src/main/liberty/config/server.xml, or click the following button
 
 ::openFile{path="/home/project/guide-arquillian-managed/start/src/main/liberty/config/server.xml"}