From 47ccd16135b2852fa56ff878ad1daf75a14590ed Mon Sep 17 00:00:00 2001 From: Vedant Mishra <122669445+vedantmishra69@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:07:56 +0530 Subject: [PATCH] fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff8ad3..ac8cbbe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Not another Node.js Docker Remote API module. * **streams** - `dockerode` does NOT break any stream, it passes them to you allowing for some stream voodoo. * **stream demux** - Supports optional [stream demultiplexing](https://github.com/apocas/dockerode#helper-functions). * **entities** - containers, images and execs are defined entities and not random static methods. -* **run** - `dockerode` allow you to seamless run commands in a container ala `docker run`. +* **run** - `dockerode` allow you to seamless run commands in a container aka `docker run`. * **tests** - `dockerode` really aims to have a good test set, allowing to follow `Docker` changes easily, quickly and painlessly. * **feature-rich** - There's a real effort in keeping **All** `Docker` Remote API features implemented and tested. * **interfaces** - Features **callback** and **promise** based interfaces, making everyone happy :)