Skip to content

Commit

Permalink
fix: link to oci spec in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed Feb 14, 2019
1 parent 315a602 commit f45a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ without any docker dependency this is a container registry client and image buil
This library comes in 2 parts.

- an Image class. which takes care of authentication and creating new registry clients.
- registry clients. perform exactly the api calls defined in the (oci spec.)[https://github.com/opencontainers/distribution-spec/blob/master/spec.md]
- registry clients. perform exactly the api calls defined in the [oci spec.](https://github.com/opencontainers/distribution-spec/blob/master/spec.md)

you can do most things with the Image class. It takes care of tedious tasks like copying layers missing from one registry into another so you can save your new image.

Expand Down

0 comments on commit f45a318

Please sign in to comment.