From 579f21e1601c3fdb37a98f8b2ed9b4eb637ae5e6 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Tue, 29 Oct 2024 09:49:27 +0100
Subject: [PATCH] updates

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eb300c2..1bab55a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Follow these steps to configure your lambda function:
     * For the runtime environment, select Python 3.10.
     * Under permissions, choose the exisiting role **faas_ndvi_role**. 
 2. Dependency Management:
-Add a custom layer named **ndvi-rioxarray**. This layer should include the rioxarray library along with any other dependencies necessary for processing NDVI images.
+Add a custom layer named **rioxarray**. This layer should include the rioxarray library along with any other dependencies necessary for processing NDVI images.
 3. Function Code:
 In the Lambda function's code editor, paste the contents of the **Compute NDVI Mean.py** script. This script contains the logic to read an NDVI image, compute its mean NDVI value using rioxarray, and return the computed mean.
 4. Go to 'Configuration'. Edit 'General configuration':
-- 
GitLab