From 648d373e8ee1a94dc8f2fbd076af4d2a48131f6b Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray <57103426+arifBurakDemiray@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:09:53 +0000 Subject: [PATCH] Update README.md (#479) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 79e2cba0..808101a6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ This folder is filled with examples of Countly implementations to help you to get an idea how to integrate Countly into your own personal project too. -For all projects you should change 'YOUR_APP_KEY' value with your own application's app key, 'https://your.domain.countly' value with your own server url. +For all projects you should change 'YOUR_APP_KEY' value with your own application's app key, 'https://your.server.ly' value with your own server url. If you have not separated 'examples' folder from the 'COUNTLY-SDK-WEB' project folder nor made some changes to file names in the periphery, any path to countly.js or the plugins must be still correct.