Skip to content

Commit

Permalink
Updated the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Nov 19, 2023
1 parent 28f7778 commit 6244bf7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6244bf7

Please sign in to comment.