From 8e6e3db7d489790306551ddd3c5a270c8d433828 Mon Sep 17 00:00:00 2001 From: Bingshen Wang Date: Thu, 20 Nov 2025 16:49:38 +0800 Subject: [PATCH] Fix typo in README.md for DeviceClass and ResourceClaim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd5e408..662c3907 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ attributes published by the drivers. Users can then create `DeviceClasses`, `ResourceClaims`, and/or `ResourceClaimTemplates` to schedule pods and allocate network devices. -For examples of how to use DRANET with `DeviceClas`s and `ResourceClaim` to +For examples of how to use DRANET with `DeviceClass` and `ResourceClaim` to attach network interfaces to pods, please refer to the [Quick Start guide](https://google.github.io/dranet/docs/quick-start).