diff --git a/README.rst b/README.rst
index c4e505eab8752d07042ecd7dd402830e563d19a2..660c26bc1bbcc325fe3bd9ca885da44e7137bcb7 100644
--- a/README.rst
+++ b/README.rst
@@ -110,9 +110,12 @@ Overview of offline files
 Offline files contain data about events, hits and tracks. 
 
 .. csv-table:: events keys definitions and units
-   :file: https://git.km3net.de/km3py/km3io/blob/add-offline-keys-definitions/km3io/definitions/events.csv
-   :widths: 20, 20, 60
-   :header-rows: 1
+   :header: "type", "name", "definition"
+   :widths: 20, 20, 40
+
+    "int", "id", "offline event identifier"
+    "int", "det_id", "detector identifier from DAQ"
+
 
 DAQ files reader
 ----------------