From db999e464cdea855cbcf9a25fcff71a6c77720b0 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sun, 23 Apr 2017 20:45:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee50f0..9fd1b70 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -A simple smart handle class. The class takes an object and stores it, and calls it in any way the developer needs to destroy it on object's destruction. \ No newline at end of file +A simple smart handle class. The class takes an object and stores it, and calls it in any way the developer needs to destroy it on object's destruction. It was primarily designed to handle HDF5 handles. It can, though, be used for anything else. \ No newline at end of file