We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ba2f3 commit c3a20d4Copy full SHA for c3a20d4
dist/repl/README.md
@@ -33,7 +33,7 @@ limitations under the License.
33
## Usage
34
35
```javascript
36
-var repl = require( '@stdlib/dist-repl' );
+var repl = require( '@stdlib/dist-repl' ).repl;
37
```
38
39
#### repl( ctx )
0 commit comments