Skip to content

Commit

Permalink
update to readme to reflect rearrangement of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Apr 3, 2019
1 parent 4747159 commit 2fe32ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ It is only for reading HDF5 files as an ArrayBuffer representation of the file.
* currently the getitem syntax is not supported, but it will likely be soon, for browsers that support object Proxy (not IE), so you have to do say f.get('entry/dataset') instead of f['entry/dataset']

## Installation/use
Clone the repo here and put the 'dist' folder somewhere accessible, then in your main module (entrypoint) for your app import it as
Clone this repo to somewhere accessible to your webpage, then in your main module (entrypoint) for your app import it as e.g.

import * as hdf5 from './jsfive/dist/high-level.js';
import * as hdf5 from './jsfive/index.js';

Then you can start using it with data from a URL, e.g.

Expand Down

0 comments on commit 2fe32ef

Please sign in to comment.