Skip to content

Commit 899d5d7

Browse files
committed
2.7.1 readme
1 parent 611645e commit 899d5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { dockerCommand } = require('docker-cli-js');
3232

3333
// default options
3434
const options = {
35-
macineName: null, // uses local docker
35+
machineName: null, // uses local docker
3636
currentWorkingDirectory: null, // uses current working directory
3737
echo: true, // echo command output to stdout/stderr
3838
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-cli-js",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "A node.js wrapper for the docker command line interface CLI",
55
"main": "dist/index.js",
66
"typings": "dist/index",

0 commit comments

Comments
 (0)