From 8ab566521d18b4e675251bdac64d0934b5ba86c9 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Wed, 27 Jan 2021 12:54:29 +0300 Subject: [PATCH] fix: typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffb180c..c2e8a25 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree ## Performane -This library, decompressing the firefox AppImage and using go tests, takes about twice as long as `unsquashfs` on my quad core laptop. (~1 second with the libarary and about half a second with `unsquashfs`) +This library, decompressing the Firefox AppImage and using go tests, takes about twice as long as `unsquashfs` on my quad core laptop. (~1 second with the library and about half a second with `unsquashfs`) ## [TODO](https://github.com/CalebQ42/squashfs/projects/1?fullscreen=true)