Skip to content

Commit 47ccd16

Browse files
fixed typo in README.md
1 parent 7c3d517 commit 47ccd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Not another Node.js Docker Remote API module.
77
* **streams** - `dockerode` does NOT break any stream, it passes them to you allowing for some stream voodoo.
88
* **stream demux** - Supports optional [stream demultiplexing](https://github.com/apocas/dockerode#helper-functions).
99
* **entities** - containers, images and execs are defined entities and not random static methods.
10-
* **run** - `dockerode` allow you to seamless run commands in a container ala `docker run`.
10+
* **run** - `dockerode` allow you to seamless run commands in a container aka `docker run`.
1111
* **tests** - `dockerode` really aims to have a good test set, allowing to follow `Docker` changes easily, quickly and painlessly.
1212
* **feature-rich** - There's a real effort in keeping **All** `Docker` Remote API features implemented and tested.
1313
* **interfaces** - Features **callback** and **promise** based interfaces, making everyone happy :)

0 commit comments

Comments
 (0)