From 02b4a5c824cdb56b7335ecd37e44ef0ce3dd1077 Mon Sep 17 00:00:00 2001
From: Jay Petacat <jay@jayschwa.net>
Date: Fri, 19 Feb 2021 12:47:13 -0500
Subject: [PATCH] Fix zip file name in "Getting Started" example

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 223e0e0dd..b5934d5f7 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ five files to get started:
 
 ```sh
 wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.2.zip
-unzip cosmopolitan-amalgamated-0.2.zip
+unzip cosmopolitan-amalgamation-0.2.zip
 printf 'main() { printf("hello world\\n"); }\n' >hello.c
 gcc -g -O -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
   -o hello.com.dbg hello.c -fuse-ld=bfd -Wl,-T,ape.lds \