Add missing cniVersion in README example

Signed-off-by: Daniel Weibel <danielmweibel@gmail.com>
This commit is contained in:
Daniel Weibel 2019-12-18 19:04:26 +08:00
parent 6551165853
commit 7dea2a4c1b

View File

@ -14,6 +14,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
## Example configuration
```
{
"cniVersion": "0.3.1",
"name": "mynet",
"type": "bridge",
"bridge": "mynet0",