From 5bb5952204f8b8c937c230f27eb644357c1c187b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gr=C3=BCn?= Date: Mon, 5 Feb 2024 14:18:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```