From c00af4d38a500fedafea236759de8deb836a59b2 Mon Sep 17 00:00:00 2001 From: Daniel Wright Date: Thu, 5 Aug 2021 17:06:59 +1000 Subject: [PATCH] Update lambda-promtail documentation example (#4098) Closes #4097 --- tools/lambda-promtail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lambda-promtail/README.md b/tools/lambda-promtail/README.md index 0f8e4492ce..0d50f2dee1 100644 --- a/tools/lambda-promtail/README.md +++ b/tools/lambda-promtail/README.md @@ -6,7 +6,7 @@ This is a sample template for lambda-promtail - Below is a brief explanation of . ├── Makefile <-- Make to automate build ├── README.md <-- This instructions file -├── hello-world <-- Source code for a lambda function +├── lambda-promtail <-- Source code for a lambda function │ └── main.go <-- Lambda function code └── template.yaml ```