From c4b774077441ca28c25d1040f294d85cee0a5b73 Mon Sep 17 00:00:00 2001 From: Pedro Dias Date: Mon, 1 Aug 2022 03:10:27 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 672e287..ffbeae7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Not another Node.js Docker Remote API module. `dockerode` objectives: * **streams** - `dockerode` does NOT break any stream, it passes them to you allowing for some stream voodoo. -* **stream demux** - Supports optional demultiplexing. +* **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`. * **tests** - `dockerode` really aims to have a good test set, allowing to follow `Docker` changes easily, quickly and painlessly.