Skip to content

Commit 90ada1f

Browse files
authored
docs: update examples in README.md
1 parent ce418e1 commit 90ada1f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/assert/is-oddf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/is-oddf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ bool = isOddf( NaN );
8686

8787
```javascript
8888
var randu = require( '@stdlib/random/array/discrete-uniform' );
89-
var isOddf = require( './../lib' );
89+
var isOddf = require( '@stdlib/math/base/assert/is-oddf' );
9090
9191
var bool;
9292
var x;

0 commit comments

Comments
 (0)