From 14da93bf037f323b65ecdf813f5840d34d03cca2 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sun, 27 Mar 2016 12:25:12 -0700 Subject: [PATCH] Update README.md --- modules/hdf/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hdf/README.md b/modules/hdf/README.md index 92c1a8484..8bc1ac315 100644 --- a/modules/hdf/README.md +++ b/modules/hdf/README.md @@ -1,4 +1,4 @@ -HDF I/O -============================================================ +Hierarchical Data Format (hdf) I/O +================================== -The module contains I/O routines for Hierarchical Data Formats. +The module contains I/O routines for Hierarchical Data Format: https://en.m.wikipedia.org/wiki/Hierarchical_Data_Format meant to store large amounts of data. This module does not implement the specs from scratch, it's a wrapper on top of libhdf5, which should be pre-installed by the user.