From 31463cb55f61fc33b2fbf0c32abbd898aa7031d5 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 5 Oct 2023 21:10:49 +0000 Subject: [PATCH] update readme with dashboard rename --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25a07f0..876291b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# ProxmoxAAS API - Client REST API -ProxmoxAAS API provides functionality to the Client by both providing a proxy API for the Proxmox API, and an API for requesting resources within a defined quota. +# ProxmoxAAS API - REST API for ProxmoxAAS Dashboard +ProxmoxAAS API provides functionality for the Dashboard by providing a proxy API for the Proxmox API, and an API for requesting resources within a defined quota. ## Prerequisites - [ProxmoxAAS-Client](https://git.tronnet.net/tronnet/ProxmoxAAS-Dashboard) @@ -52,4 +52,4 @@ server { 2. Start nginx with the new configurations by running `systemctl reload nginx` ## Result -After these steps, the ProxmoxAAS Client should be available and fully functional at `client.`. \ No newline at end of file +After these steps, the ProxmoxAAS Client should be available and fully functional at `dashboard.`. \ No newline at end of file