From f107b252590f7a511d409942d6c0377bd46b5de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Tue, 9 Nov 2021 14:06:24 +0300 Subject: [PATCH] Updated Introduction to Mizu (markdown) --- Introduction-to-Mizu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction-to-Mizu.md b/Introduction-to-Mizu.md index d509703..f2c3b70 100644 --- a/Introduction-to-Mizu.md +++ b/Introduction-to-Mizu.md @@ -5,7 +5,7 @@ Mizu is a Kubernetes-aware network sniffer that consists of two separate program ## CLI Mizu CLI is responsible for the deployment of Mizu Agent to the Kubernetes cluster which your `kubectl` -points to. Mizu CLI also configures the Mizu Agent according to the parameters supplied through- you guessed it- the Mizu CLI. +points to. Mizu CLI also configures the Mizu Agent according to the parameters supplied through the Mizu CLI. It can be built using the `make cli` command, which is a `Makefile` rule.