Skip to content

Commit f636d46

Browse files
Fix typo in README.md
1 parent 8553782 commit f636d46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ solve.QP(Dmat, dvec, Amat, bvec=bvec)
7373
```
7474

7575
```javascript
76-
import { solveQP } from "quadprog.js";
76+
import { solveQP } from "quadprog";
7777

7878
const Dmat = [], dvec = [], Amat = [], bvec = [];
7979

@@ -146,7 +146,9 @@ index starts from 1 and not from zero. Please, be aware and give a look at the
146146
examples in the test folder**.
147147

148148
If you are using `quadprog` via Numeric.js, don't forget the releases may
149-
be not in sync. Latest release is here.
149+
be not in sync.
150+
151+
Latest release is [here](https://github.com/albertosantini/quadprog).
150152

151153
Applications
152154
============

0 commit comments

Comments
 (0)