Skip to content

Commit 915f7b0

Browse files
committed
Rename repl to root
1 parent 104a81c commit 915f7b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ const code = await bundle('subscript/jessie.js')
143143
// → self-contained ES module with parse, compile exports
144144
```
145145

146-
**REPL** — interactive dialect builder with live bundling:
147-
[**Try REPL**](https://dy.github.io/subscript/repl.html)
146+
**Playground** — interactive dialect builder with live bundling:
147+
[**Try it**](https://dy.github.io/subscript/)
148148

149149

150150
## Used by
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import { test, expect } from '@playwright/test'
33

4-
const URL = 'http://localhost:8765/repl.html'
4+
const URL = 'http://localhost:8765/'
55

66
test.describe('Subscript REPL', () => {
77

0 commit comments

Comments
 (0)