Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored Dec 17, 2024
1 parent 2228d2e commit 2849d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ or
then

```javascript
import { clusterData } from 'hclust';
import { euclideanDistance } from 'hclust';
import { avgDistance } from 'hclust';
import { clusterData } from '@greenelab/hclust';
import { euclideanDistance } from '@greenelab/hclust';
import { avgDistance } from '@greenelab/hclust';
```

---
Expand Down

0 comments on commit 2849d49

Please sign in to comment.