We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc605b commit 354a5e1Copy full SHA for 354a5e1
lib/node_modules/@stdlib/stats/array/maxsorted/README.md
@@ -79,7 +79,7 @@ The function has the following parameters:
79
80
```javascript
81
var linspace = require( '@stdlib/array/base/linspace' );
82
-var maxsorted = require( './../lib' );
+var maxsorted = require( '@stdlib/stats/array/maxsorted' );
83
84
var x = linspace( -50.0, 50.0, 10 );
85
console.log( x );
0 commit comments