diff --git a/cmd/qat_plugin/README.md b/cmd/qat_plugin/README.md index e262e1a8..3ec4c214 100644 --- a/cmd/qat_plugin/README.md +++ b/cmd/qat_plugin/README.md @@ -94,7 +94,7 @@ $ kubectl describe node | grep intel.com/qat In the pod specification file, add container resource request and limit. For example, `intel.com/qat: ` for a container requesting QAT devices. - For a DPDK based workload, you may need to add hugepage request and limit. + For a DPDK-based workload, you may need to add hugepage request and limit. ``` $ kubectl create -f demo/crypto-perf-dpdk-pod-requesting-qat.yaml