Skip to content

Commit 67fe654

Browse files
Merge pull request #644 from purnachandraborado/fix/introduction-list-numbering
fix: correct list numbering in introduction.md
2 parents 883ce07 + 0c07c30 commit 67fe654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/src/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ To implement a CSI driver using this mechanism, a CSI driver developer should:
6060
* See [Developing CSI Driver](developing.md) for more information.
6161
2. Unit test it using csi-sanity.
6262
* See [Driver - Unit Testing](unit-testing.md) for more information.
63-
4. Define Kubernetes API YAML files that deploy the CSI driver container along with appropriate sidecar containers.
63+
3. Define Kubernetes API YAML files that deploy the CSI driver container along with appropriate sidecar containers.
6464
* See [Deploying in Kubernetes](deploying.md) for more information.
65-
5. Deploy the driver on a Kubernetes cluster and run end-to-end functional tests on it.
65+
4. Deploy the driver on a Kubernetes cluster and run end-to-end functional tests on it.
6666
* See [Driver - Functional Testing](functional-testing.md)
6767

6868
## Reference Links

0 commit comments

Comments
 (0)