Skip to content

Commit 4cec3b5

Browse files
committed
Fix paths
1 parent bb2e494 commit 4cec3b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/repl/README.md

Lines changed: 2 additions & 2 deletions
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/repl' );
36+
var repl = require( '@stdlib/dist-repl' );
3737
```
3838

3939
#### repl( ctx )
@@ -61,7 +61,7 @@ repl( window );
6161
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
6262

6363
```html
64-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-flat/build/bundle.min.js"></script>
64+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-repl/build/bundle.min.js"></script>
6565
```
6666

6767
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

0 commit comments

Comments
 (0)