From aa1fe594e8b6f86641b4ddccbd7dcad2d4b1f688 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 14 Aug 2019 20:58:10 +0200 Subject: [PATCH] fix(core): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29d241c..f00a163 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ unofficial docker engine api abstraction package written in TypeScript Use TypeScript for best in class instellisense. -```TypeScript +```typescript import {Dockersock} from "dockersock"; // require Dockersock class let myDockersock = new Dockersock(); // optional: you can pass a domain to the contructor, defaults to /var/run/docker.sock