Skip to content

Commit 10ace78

Browse files
committed
build: fix template string for package name
1 parent 737faf1 commit 10ace78

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/random/scripts/scaffolds/binary/data

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/random/scripts/scaffolds/binary/data/README__md.txt

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

2929
```javascript
30-
var {{ALIAS}} = require( '@stdlib/random/{{ALIAS}}' );
30+
var {{ALIAS}} = require( '@{{PKG}}' );
3131
```
3232

3333
#### {{ALIAS}}( shape, {{PARAM_1}}, {{PARAM_2}}\[, options] )

0 commit comments

Comments
 (0)