Skip to content

Commit 28b83df

Browse files
authored
Merge pull request opencontainers#439 from wking/mediatype-camel-case
image-layout: Fix 'mediatype' -> 'mediaType' in ref payload
2 parents 334ad37 + e548c83 commit 28b83df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This illustrates the expected contents of a given ref, the manifest list it poin
6868

6969
```
7070
$ cat ./refs/v1.0
71-
{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediatype": "application/vnd.oci.image.manifest.list.v1+json"}
71+
{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediaType": "application/vnd.oci.image.manifest.list.v1+json"}
7272
```
7373
```
7474
$ cat ./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f

0 commit comments

Comments
 (0)