Skip to content

Commit e85618c

Browse files
committed
Fix path
1 parent 20adeb4 commit e85618c

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/napi/export

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/napi/export/README.md

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

3939
```javascript
40-
var headerDir = require( '@stdlib/assert/napi/export' );
40+
var headerDir = require( '@stdlib/napi/export' );
4141
```
4242

4343
#### headerDir
@@ -68,7 +68,7 @@ var dir = headerDir;
6868
## Examples
6969

7070
```javascript
71-
var headerDir = require( '@stdlib/assert/napi/export' );
71+
var headerDir = require( '@stdlib/napi/export' );
7272

7373
console.log( headerDir );
7474
// => <string>

0 commit comments

Comments
 (0)