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: