diff --git a/docs/drivers/installation.md b/docs/drivers/installation.md
index ee88ddbc..02deea6c 100644
--- a/docs/drivers/installation.md
+++ b/docs/drivers/installation.md
@@ -160,7 +160,7 @@ To check the full spec of `DeviceConfig` definition run `kubectl get crds device
|-----------|-------------|-------------|
| `enable` | set to true for installing out-of-tree driver,
set it to false then operator will skip driver install
and directly use inbox / pre-installed driver | `true` |
| `blacklist` | set to true then operator will init node labeller daemonset
to add `amdgpu` into selected worker nodes modprobe blacklist,
set to false then operator will remove `amdgpu`
from selected nodes' modprobe blacklist | `false` |
-| `version` | ROCm driver version (e.g., "6.2.2")
[See ROCm Versions](https://rocm.docs.amd.com/en/latest/release/versions.html) | Ubuntu: `6.1.3`
CoresOS: `6.2.2` |
+| `version` | amdgpu driver version (e.g., "6.2.2")
[See ROCm Versions](https://rocm.docs.amd.com/en/latest/release/versions.html) | Ubuntu: `6.1.3`
CoresOS: `6.2.2` |
| `image` | Registry URL and repository (without tag)
*Note: Operator manages tags automatically* | Vanilla k8s: `image-registry:5000/$MOD_NAMESPACE/amdgpu_kmod`
OpenShift: `image-registry.openshift-image-registry.svc:5000/$MOD_NAMESPACE/amdgpu_kmod` |
| `imageRegistrySecret.name` | Name of registry credentials secret
to pull/push driver image | |
| `imageRegistryTLS.insecure` | If true, check if the container image
already exists using plain HTTP | `false` |