From 9233989354660cd026938381e5ce140740ebf496 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 28 Aug 2020 10:44:39 +0200
Subject: [PATCH] Fix path

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 49fecbf..4780279 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ The file paths can be access in Python scripts using the ``data_path()`` functio
 
     from km3net_testdata import data_path()
 
-    filename = data_path("km3net_offline.root")
+    filename = data_path("offline/km3net_offline.root")
 
 Notice the underscore in the Python package name (PyPI forces ``-`` but Python
 package names are not allowed to use ``-``).
-- 
GitLab