diff --git a/README.md b/README.md index dadee85..4dd8008 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The **zarf format** is meant to be both programmer-legible and programmer-friend ## Sample -A **zarf** file looks like this: +Here is an example **zarf** file with 3 files embedded in it. ``` ZARF/1 @@ -30,8 +30,24 @@ images/logo.svg + + ``` +The files inside of this **zarf** file are named: + +* `README.md` +* `article.txt` +* `images/logo.svg` + +The **zarf** file also specifies the size of each of these embedded files. + +| File Name | File Size | +|-------------------|-----------| +| `README.md` | 12 | +| `article.txt` | 1572 | +| `images/logo.svg` | 1819 | + ## Motivation There are many many use-cases where multiple files are combined into a single file.