From 6244bf705abd835d98a20d7aea8d31c5496edea2 Mon Sep 17 00:00:00 2001 From: LTLA Date: Sun, 19 Nov 2023 00:19:48 -0800 Subject: [PATCH] Updated the README. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f0a2c98..fcdac84 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,7 @@ For example, for the `hdf5_sparse_matrix`, we could do: ```cpp #include "takane/takane.hpp" - -takane::hdf5_sparse_matrix::Parameters params(group_name, { 10, 20 }); -params.type = takane::array::Type::BOOLEAN; - -takane::hdf5_sparse_matrix::validate(file_path, params); +takane::validate(dir); ``` Check out the [reference documentation](https://artifactdb.github.io/takane/) for more details.