From a3cc3cccbd1c804f3240f1adf6b2249dde9dab81 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sun, 10 Oct 2021 19:50:53 +0200 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644574a..a83970c 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ You can use the `package.py` script to package a kernel and multiple user binari Debugging information is also emitted, it's a json formatted file called `.img.dbg`. -To generate such an image, run `python3 package.py out/kernel ... output/path/memory.img`. You can edit the script to change various variables. They somewhat well documented. \ No newline at end of file +To generate such an image, run `python3 package.py out/kernel ... output/path/memory.img`. You can edit the script to change various variables. They atre somewhat well documented. \ No newline at end of file