From a9b0675fc9b8b5ce52d84f91a4fc049501853862 Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 25 Oct 2024 23:28:09 +0000 Subject: [PATCH] Another doc commit to trigger lint? Signed-off-by: Archit Kulkarni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46f731..898dcb3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A generic CNI library to provide APIs for CNI plugin interactions. The library p - Query status of CNI network plugin initialization - Check verifies the network is still in desired state -go-cni aims to support plugins that implement [Container Network Interface](https://github.com/containernetworking/cni). +go-cni aims to support plugins that implement the [Container Network Interface](https://github.com/containernetworking/cni). ## Usage ```go