X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=801cd215d624cc507072f3a440352554bcd3d1d9;hb=f6923ccb97dc11e0e80013007b8aed8a660be891;hp=0f15a36fe4279c2a034d4c1dda5bcbef899d1ecf;hpb=d574e10a584a4dca049fdfe3f0f7b0ddbba369aa;p=wimlib diff --git a/README b/README index 0f15a36f..801cd215 100644 --- a/README +++ b/README @@ -236,9 +236,8 @@ documentation. The code in ntfs-apply.c and ntfs-capture.c uses the NTFS-3g library, which is a library for reading and writing to NTFS filesystems (the filesystem used by -recent versions of Windows). Additionally, the code in ntfs-3g-security.c is -mostly copied from NTFS-3g, but I'm hoping to get rid of this file eventually. -See http://www.tuxera.com/community/ntfs-3g-download/ for more information. +recent versions of Windows). See +http://www.tuxera.com/community/ntfs-3g-download/ for more information. lzx-decomp.c, the code to decompress WIM file resources that are compressed using LZX compression, is originally based on code from the cabextract project