Skip to content

Commit bb515fd

Browse files
authored
chore: update README
1 parent e25e3c1 commit bb515fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ augmenting path algorithm based on the publication [On implementing 2D rectangul
1313

1414
If the number of rows is <= the number of columns, then every row is assigned to one column; otherwise every column is assigned to one row. The assignment minimizes the sum of the assigned elements.
1515

16+
## Instalation
17+
18+
`$ npm i linear-sum-assignment`
19+
20+
1621
## Usage
1722

1823
```js
19-
import linearSumAssignment from 'linearSumAssignment';
24+
import linearSumAssignment from 'linear-sum-assignment';
2025

2126
/**
2227
* there is one more value in the experimental values, so one of

0 commit comments

Comments
 (0)