fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-14 20:58:10 +02:00
parent cf761e19bf
commit aa1fe594e8

View File

@ -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