From de45fc927d7c8ed71d98649625b6c88565961b35 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 20 Nov 2020 17:04:09 -0600 Subject: [PATCH] Updated README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6527d96..787d63e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ A PURE Go library to read and write squashfs. Right now I'm focusing on unsquashing. Currently IS NOT a functional library. Some things that are currently public IS going to become private. Not very well documented either. -It's roughly based on [distri's squashfs library](https://github.com/distr1/distri/tree/master/internal/squashfs) - Special thanks to https://dr-emann.github.io/squashfs/ for some VERY important information in an easy to understand format. -Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree/master/internal/squashfs) as I referenced it to figure some things out. +Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree/master/internal/squashfs) as I referenced it to figure some things out (and double check others). # Working