From 2424e28b6d50704f205be6164988224ea5ff1ef4 Mon Sep 17 00:00:00 2001
From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de>
Date: Wed, 29 Aug 2018 14:26:59 +0200
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 442ecde..7ec18cc 100644
--- a/README.md
+++ b/README.md
@@ -93,14 +93,14 @@ where `FORMAT` one of
 
 `FORMAT_TYPE` one of
 
-- `ASCII` (inline ascii format),
-- `BINARY` (appended raw format), or 
-- `COMPRESSED` (appended compressed raw format), 
+- `Vtk::ASCII` (inline ascii format),
+- `Vtk::BINARY` (appended raw format), or 
+- `Vtk::COMPRESSED` (appended compressed raw format), 
 
 and `DATA_TYPE` one of 
 
-- `FLOAT32` (single precision), or 
-- `FLOAT64` (double precision).
+- `Vtk::FLOAT32` (single precision), or 
+- `Vtk::FLOAT64` (double precision).
 
 We measure the file size (per processor) and the memory requirement of ParaView
 to visualize the data.
-- 
GitLab