From e1910dcd7f15695de19d5b32f71122587c82f3e7 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Mon, 28 Apr 2014 13:30:18 +0200 Subject: [PATCH] Reformatted code block to correctly display --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fb64058..90aba45 100644 --- a/Readme.md +++ b/Readme.md @@ -37,7 +37,8 @@ If you want to configure the HDF5 Reader as a standard file reader you need to r This can be done as follows (details on this can be found on: http://albert.rierol.net/imagej_programming_tutorials.html): * Add `HandleExtraFileTypes.java` -``` + +```java if (name.endsWith(".h5") || name.endsWith(".hdf5")) { return tryPlugIn("ch.psi.imagej.hdf5.HDF5Reader", path); }