From 8a498d4327986e45dc4ed16b2dfea64be6f8a6d5 Mon Sep 17 00:00:00 2001 From: Odweta Date: Thu, 7 Dec 2023 20:05:35 +0100 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0148b..c803448 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ I got bored with having to use complicated checking and stuff when working with 1. Dynamically allocated arrays (vectors) 2. Converting a vector into a string (has to be a `char` vector) 3. Popping the last value of a vector and returning it -4. Getting and settings a value of a vector on a given index +4. Getting and setting a value of a vector on a given index +5. Pushing a value at the end of a vector +6. Inserting a value into a vector at a given index #### TODO: