Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Oct 3, 2022
1 parent 1c68be1 commit b9242cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ let data = fromJCAMP(await getJcampData('aspirin-1h.fid.dx'));
### Bruker

```js
// import JCAMP parser
// import Bruker parser
import { fromBruker } from 'nmr-parser';
import { fileCollectionFromPath, fileCollectionFromZip } from 'filelist-utils';

<<<<<<< Updated upstream
// import burker data
=======
// import bruker data
>>>>>>> Stashed changes
import { getData: getBrukerData } from 'bruker-data-test';
const PATH_TO_BRUKER_FOLDER = './'
const fileCollection = fileCollectionFromPath(PATH_TO_BRUKER_FOLDER);
Expand Down

0 comments on commit b9242cc

Please sign in to comment.