Skip to content

Commit c3a20d4

Browse files
committed
Fix example
1 parent d1ba2f3 commit c3a20d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/repl/README.md

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

3535
```javascript
36-
var repl = require( '@stdlib/dist-repl' );
36+
var repl = require( '@stdlib/dist-repl' ).repl;
3737
```
3838

3939
#### repl( ctx )

0 commit comments

Comments
 (0)