Update README.md

This commit is contained in:
Kamran 2013-10-17 13:33:50 +01:00
parent 7941481fa5
commit dfad04cad5

View File

@ -1,5 +1,5 @@
# Overview
JTar is a simple Java Tar library, that provides an easy way to create and read tar files using IO streams. The API is very simple to use and similar to the java.util.zip package and also __supports UStar format__.
JTar is a simple Java Tar library, that provides an easy way to create and read tar files using IO streams. The API is very simple to use and similar to the _java.util.zip_ package and also __supports UStar format__.
## Usage
JTar is available in maven central and can be added as a dependency in the maven project.