Skip to content

Commit fbbefd5

Browse files
committed
Fix paths
1 parent 1e901c4 commit fbbefd5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/constants/float16/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/float16/' );
30+
var constants = require( '@stdlib/constants/float16' );
3131
```
3232

3333
#### constants
@@ -75,7 +75,7 @@ var c = constants;
7575

7676
```javascript
7777
var objectKeys = require( '@stdlib/utils/keys' );
78-
var constants = require( '@stdlib/constants/float16/' );
78+
var constants = require( '@stdlib/constants/float16' );
7979

8080
console.log( objectKeys( constants ) );
8181
```

0 commit comments

Comments
 (0)