From fd846786b9170324bf4b9321b18582ef04ac0d7b Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Sun, 8 Nov 2020 12:02:34 -0600 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d0d29d..7b69bfc 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ My playground to mess around with Squashfs in Go. Might turn into an actual libr * MUCH more research needed * Could look at [squashfs-tools'](https://github.com/plougher/squashfs-tools) code to help out * Don't have to deal with other people's code :P - * Honestly a bit unnecessary based on how close distri & diskfs's code is. + * Honestly a bit unnecessary based on how close distri & diskfs's code is AND how little I know about squashfs.