Skip to content

Commit ec6f1c2

Browse files
authored
Update README.md
1 parent c14eae5 commit ec6f1c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h1 align="center">sub<sub><sup> ✦ </sup></sub>script</h1>
1+
<h1 align="center"><em>sub</em>script</h1>
22

3-
<p align="center">Tiny expression parser & evaluator.</p>
3+
<p align="center">Expression parser & evaluator</p>
44
<div align="center">
55

66
[![build](https://github.com/dy/subscript/actions/workflows/node.js.yml/badge.svg)](https://github.com/dy/subscript/actions/workflows/node.js.yml) [![npm](https://img.shields.io/npm/v/subscript)](http://npmjs.org/subscript) [![size](https://img.shields.io/bundlephobia/minzip/subscript?label=size)](https://bundlephobia.com/package/subscript) [![microjs](https://img.shields.io/badge/µjs-subscript-darkslateblue)](http://microjs.com/#subscript) <!--[![demo](https://img.shields.io/badge/play-%F0%9F%9A%80-white)](https://dy.github.io/subscript/)-->
@@ -15,11 +15,11 @@ let fn = subscript('a + b * 2')
1515
fn({ a: 1, b: 3 }) // 7
1616
```
1717

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

2424

2525
## Presets

0 commit comments

Comments
 (0)