From 640494afd765978ebea77e1262a39c1bf0833a86 Mon Sep 17 00:00:00 2001 From: Ivan Gonzalez Date: Thu, 24 Mar 2016 11:15:31 -0400 Subject: [PATCH] Fix typo: "NIfTI" <-> "DICOM" The first line states that the tools converts from NIfTI to DICOM formats, while I think it is the opposite. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af1d07f1..eb521406 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## About -dcm2niix is a designed to convert neuroimaging data from the NIfTI format to the DICOM format. For details and compiled versions visit the [NITRC wiki](http://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage) +dcm2niix is a designed to convert neuroimaging data from the DICOM format to the NIfTI format. For details and compiled versions visit the [NITRC wiki](http://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage) ## Versions @@ -204,4 +204,4 @@ CXXFLAGS = -DmyUseCOut -DWX_PRECOMP .... i.) For a full refresh rm clipboard rm *.o -make \ No newline at end of file +make