From 7fbb1e933cb17948103f014ecf83ee02bc43de8c Mon Sep 17 00:00:00 2001
From: Kimberly <106996346+kimberlyand@users.noreply.github.com>
Date: Sun, 7 Jan 2024 01:58:50 -0500
Subject: [PATCH] Added YouTube link (#36)
* Update README.md
* Update README.md
Updated YouTube link.
---
knowlege-content/oracle-database/APEX/apm/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/knowlege-content/oracle-database/APEX/apm/README.md b/knowlege-content/oracle-database/APEX/apm/README.md
index fa51813..8ff6226 100644
--- a/knowlege-content/oracle-database/APEX/apm/README.md
+++ b/knowlege-content/oracle-database/APEX/apm/README.md
@@ -8,10 +8,10 @@ Real User Monitoring tracks user sessions, page views, page load times and ident
In this video, you will learn how to setup a Application Performance Real User Monitor for an APEX website.
-
+
## Install the Browser Agent
-Add this JavaScript code to your APEX application's global page to collect real user data from your website developed on APEX. Using this code your dashboards you will display the APEX version, session ID, the page id, and the user name of each end user of your APEX application.
+Add this JavaScript code snippet to your APEX application's global page to collect real user data from your website developed on APEX. Now, your dashboards will display the APEX version, the session ID, the page id, and the user name of each end user of your APEX application.
```