From 1e16b4a53e461103e601eca33e9887093c7e3820 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 30 Sep 2024 07:33:03 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f544d14fb..a2bdccb7e7 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ make install-tools ### Building NGINX Agent from Source Code Build NGINX Agent deb package: ``` -OSARCH= make local-deb-packge +OSARCH= make local-deb-package ``` Build NGINX Agent rpm package: ``` -OSARCH= make local-rpm-packge +OSARCH= make local-rpm-package ``` Build NGINX Agent apk package: ``` -OSARCH= make local-apk-packge +OSARCH= make local-apk-package ``` ## NGINX Agent Technical Specifications