diff --git a/README.md b/README.md index 72857e6..e47b60f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GTF parser for Java Dataframes +# GTF parser for Java Dataframes TEST A GTF Reader and Writer for [Java DataFrames](https://github.com/nRo/DataFrame). The GTF Format is implemented according to this documentation: @@ -103,4 +103,4 @@ DataFrames can be written according to the GTF format. ```java dataFrame.write(new File("result.gtf"), GTFFormat.GTF); -``` \ No newline at end of file +```