Skip to content

Commit 1e901c4

Browse files
committed
Update require paths
1 parent 27ab019 commit 1e901c4

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/constants/complex128

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/constants/complex128/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
## Usage
2828

2929
```javascript
30-
var constants = require( '@stdlib/constants/complex128/' );
30+
var constants = require( '@stdlib/constants/complex128' );
3131
```
3232

3333
#### constants
@@ -63,7 +63,7 @@ var c = constants;
6363

6464
```javascript
6565
var objectKeys = require( '@stdlib/utils/keys' );
66-
var constants = require( '@stdlib/constants/complex128/' );
66+
var constants = require( '@stdlib/constants/complex128' );
6767

6868
console.log( objectKeys( constants ) );
6969
```

0 commit comments

Comments
 (0)