Skip to content

Commit f493227

Browse files
committed
Rename
1 parent b0c7a85 commit f493227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn({ a: 1, b: 3 }) // 7
1717

1818
* **Fast** — Pratt parser engine, see [benchmarks](#performance)
1919
* **Portable** — universal expression format, see [spec](./spec.md)
20-
* **Extensible** — pluggable syntax, see [DSL builder](https://dy.github.io/subscript/)
20+
* **Extensible** — pluggable syntax, see [playground](https://dy.github.io/subscript/)
2121
* **Metacircular** — can parse and compile itself
2222
* **Safe** — sandboxed, blocks `__proto__`, `constructor`, no global access
2323

0 commit comments

Comments
 (0)