Skip to content

Commit b883b1d

Browse files
authored
chore: typo
1 parent ee1e51c commit b883b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Optimize the position (x), max intensity (y), full width at half maximum (fwhm)
6666

6767
```js
6868
import { IsotopicDistribution } from 'mf-global';
69-
import { gsd, optimizePeaks } from 'ml-gad';
69+
import { gsd, optimizePeaks } from 'ml-gsd';
7070

7171
// generate a sample spectrum of the form {x:[], y:[]}
7272
const data = new IsotopicDistribution('C').getGaussian();

0 commit comments

Comments
 (0)