Skip to content

Commit ce7dcad

Browse files
chore: README
1 parent 334236d commit ce7dcad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ TAR Archiver for .NET / Unity
33

44
Minimal C# implementation for creating TAR archive. (.tar/.tar.gz/.tgz)
55

6-
This library is built based on the codes from [SharpCompress](https://github.com/adamhathcock/sharpcompress) library with:
6+
This library was built based on the codebase from [SharpCompress](https://github.com/adamhathcock/sharpcompress) library with:
77

88
- `unsafe` Context Removal
9-
- `Span<T> = stackalloc T` Remain Untouched &nbsp; <small>* Require C# 7.3 or Later</small>
109
- Unity Ready without additional DLL Installation
1110
- Support for Unity Package Manager
1211
- Unity 2021 LTS or Later

0 commit comments

Comments
 (0)