From 584ee679d0505b2832d5d7596eac871d7288b6b7 Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Thu, 22 Jun 2023 01:56:22 +0100 Subject: [PATCH] Updated readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3538528..61b8469 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The central goal with HarmonyLink is to provide a comprehensive and interactive ## How It Works -HarmonyLink operates using a client-server structure. This server-side application runs the DLL on the host side (native Linux or Windows), and games access the metrics via an API. +HarmonyLink operates using a client-server structure. This server-side application runs on the host side (native Linux or Windows), and games access the metrics via an API. Developers and modders can easily implement GET and POST requests from the API, integrating system metrics into games. These metrics can be used to adapt the game's quality settings, providing a more customized gaming experience.