From 101ab640282d0917ba838d83b09a83c5043348a0 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 20 Jan 2024 10:58:02 -0800 Subject: [PATCH] initial commits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 256e695..12a408a 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Or in hexadecimal this would be: For now the only version of the **zarf format** is version 1. So you should just look for the "1" character (i.e., hexadecimal `0x31`). -### Writing The First and Second Lines +### Writing The First And Second Lines If you are creating a **zarf** file, then you can create the first and second lines of a **zarf** file with code like the following —