From 8a1d48027484f8ba11b7b4696af42aa84bdeff13 Mon Sep 17 00:00:00 2001 From: jonjohnsonjr Date: Wed, 29 Nov 2017 14:08:38 -0800 Subject: [PATCH] Update README.md Fix OCI image spec link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7707bba8..e3d52856 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ skopeo [![Build Status](https://travis-ci.org/projectatomic/skopeo.svg?branch=ma `skopeo` is a command line utility that performs various operations on container images and image repositories. -`skopeo` can work with (OCI images)[https://github.com/opencontainers/image-spec] as well as the original Docker v2 images. +`skopeo` can work with [OCI images](https://github.com/opencontainers/image-spec) as well as the original Docker v2 images. Skopeo works with API V2 registries such as Docker registries, the Atomic registry, private registries, local directories and local OCI-layout directories. Skopeo does not require a daemon to be running to perform these operations which consist of: