From d2110ff8b08de44e58bacc96f64749674e9992b5 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Fri, 12 Jul 2024 15:34:28 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98b679..a8da713 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Find First Occurrence of a Number in an Array ## Description -This repository contains code and documentation related to finding the first occurrence of a specific number in a given array or string which will be sorted. +This utility takes a user input of array items and target input. The code finds the first occurrence of the target number in the given array which will be sorted. ## Table of Contents - [Installation](#installation)