From c8e6d3cb28fa8ac67aee7d4ffb78d52c63a8133e Mon Sep 17 00:00:00 2001 From: rajat <32998741+rajatdiptabiswas@users.noreply.github.com> Date: Tue, 13 May 2025 10:00:40 -0700 Subject: [PATCH] Update `README.md` to match `src` file names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c066e1c..caa1ab0 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ reading the files on concepts you are unfamiliar about. ### C++ Standard Library (STL) Containers - `vectors.cpp`: Covers `std::vector`. -- `set.cpp`: Covers `std::set`. -- `unordered_map.cpp`: Covers `std::unordered_map`. +- `sets.cpp`: Covers `std::set`. +- `unordered_maps.cpp`: Covers `std::unordered_map`. - `auto.cpp`: Covers the usage of the C++ keyword `auto`, including using `auto` to iterate through C++ STL containers. ### C++ Standard Library (STL) Memory