diff --git a/README.md b/README.md index fb0cf50..da37e7c 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ public: private: static void runCommand(const std::string& cmd); std::vector> getContainerList() const; + std::string selectContainer(const std::string& prompt); /* NEW helper – retrieves all images */ std::vector> getImageList() const; - std::string selectContainer(const std::string& prompt); }; ```