From 2ac7c216005baca7a8b810618a4d5692624301b8 Mon Sep 17 00:00:00 2001
From: Akrom Rakhmedov <akirom123@ya.ru>
Date: Thu, 5 Sep 2024 12:12:53 +0500
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index c20e11f..9e54a2f 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ export default async function handler(req, res) {
 
 - Add the environment variables to your .env.local file for the bucket name and region. You can copy them from the Netrunner console.
 
-- Run your app and or use the [example](https://github.com/netrunnerhq/nextjs-aws-s3/tree/main/example) code in this repository if convenient.
+- Run your app and or use the [examples](https://github.com/netrunnerhq/nextjs-aws-s3/tree/main/examples) code in this repository if convenient.
 
 - Click the upload button to select a test image. The file should upload correctly!