From 548e32419e26fb7e3e620ca7a6ada90755b2d281 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 28 Jul 2016 19:41:14 +0200 Subject: [PATCH] improve README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d2836f..34eb52f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # dockersock -easy communication with docker from node, TypeScript ready +easy communication with docker remote api from node, TypeScript ready ## Status [![build status](https://gitlab.com/pushrocks/dockersock/badges/master/build.svg)](https://gitlab.com/pushrocks/dockersock/commits/master) diff --git a/package.json b/package.json index 6e38530..cbdcce2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dockersock", "version": "1.0.14", - "description": "easy communication with docker from node, TypeScript ready", + "description": "easy communication with docker remote api from node, TypeScript ready", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {