Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Jul 27, 2023
1 parent 1338b08 commit b509e98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ For users running `0.2.5` or above, the default network plugin is `cni`. Kuberne
other network plumbing from upstream as part of the `dockershim` removal/deprecation. In order for a cluster to become
operational, Calico, Flannel, Weave, or another CNI should be used.

For CI workflows, basic functionality can be provided via [`containernetworking/plugins`](
https://github.com/containernetworking/plugins).
For CI workflows, basic functionality can be provided via [`containernetworking/plugins`](https://github.com/containernetworking/plugins).

## Motivation

Expand All @@ -39,7 +38,7 @@ To begin following the build process for this code, clone this repository in you
git clone https://github.com/Mirantis/cri-dockerd.git
```

The above step creates a local directory called ```cri-dockerd``` which you will need for the following steps.
The above step creates a local directory called `cri-dockerd` which you will need for the following steps.

To build this code (in a POSIX environment):

Expand Down Expand Up @@ -85,7 +84,7 @@ edited to add this argument, followed by `systemctl daemon-reload` and restartin

### Docs

This folder contains the files used to generate the `cri-dockeerd` documentation.
This folder contains the files used to generate the `cri-dockerd` documentation.

The docs are generated using [Hugo](https://gohugo.io/) and the [Geekdocs](https://themes.gohugo.io/hugo-geekdoc/) theme.

Expand Down

0 comments on commit b509e98

Please sign in to comment.