diff --git a/README.md b/README.md
index 410278846..46b23327e 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-# Proxmox Pulse
+# Pulse for Proxmox VE
-
+
-A lightweight, responsive Proxmox monitoring application that displays real-time metrics for CPU, memory, network, and disk usage across multiple nodes.
+A lightweight, responsive monitoring application for Proxmox VE that displays real-time metrics for CPU, memory, network, and disk usage across multiple nodes.
-
+
[](https://ko-fi.com/rcourtman)
@@ -336,6 +336,10 @@ When reporting issues, please use the appropriate issue template:
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
+## Trademark Notice
+
+Proxmox® and Proxmox VE® are registered trademarks of Proxmox Server Solutions GmbH. Pulse for Proxmox VE is an independent project and is not affiliated with, endorsed by, or sponsored by Proxmox Server Solutions GmbH.
+
## ❤️ Support
If you find Pulse helpful, please consider supporting its development through Ko-fi. Your support helps keep this project maintained and free for everyone!
diff --git a/src/types/index.ts b/src/types/index.ts
index a9d95d1ff..54a36d091 100644
--- a/src/types/index.ts
+++ b/src/types/index.ts
@@ -1,3 +1,9 @@
+/**
+ * Type definitions for Pulse for Proxmox VE
+ * Note: Proxmox® is a registered trademark of Proxmox Server Solutions GmbH.
+ * These type definitions are for interfacing with the Proxmox® VE API.
+ */
+
// Node configuration type
export interface NodeConfig {
id: string;
@@ -7,7 +13,7 @@ export interface NodeConfig {
tokenSecret: string;
}
-// ProxMox API response types
+// Proxmox API response types
export interface ProxmoxNodeStatus {
id: string;
name: string;