From 315a602a53ad4f7a029767544f5832fdffaf2aeb Mon Sep 17 00:00:00 2001 From: Ryan Day Date: Wed, 13 Feb 2019 13:51:11 -0800 Subject: [PATCH] fix: readme --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2acda83..98540b2 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ npm install container-image-builder ## API -- `import {Image} from 'container-image-builder'` -- `import {GcrClient} from 'container-image-builder/registry'` +- `require('container-image-builder').Image` or `import {Image} from 'container-image-builder'` ### Image builder API @@ -75,6 +74,7 @@ npm install container-image-builder as you get more creative you'll find you have to combine work done in the image builder with lower level api calls. like adding a new blob directly to the target registry before you call addLayer. +todo ## Common actions @@ -82,7 +82,7 @@ like adding a new blob directly to the target registry before you call addLayer. ### add a layer to an image -git### copy an image to another docker registry +### copy an image to another docker registry ## notes diff --git a/package.json b/package.json index d7d66ea..06a9f53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "container-image-builder", "version": "1.0.0", - "description": "container registry client. without docker, docker/oci registry client and image building helpers for protocol version 2", + "description": "container image builder. without docker, docker/oci registry client and image building helpers for protocol version 2", "main": "build/src/index.js", "keywords": [], "scripts": {