Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 508c629

Browse files
racingrebelgregberge
authored andcommitted
docs(readme): language fixes (#10)
1 parent 693cc8f commit 508c629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/smooth-code/h2x.svg?branch=master)](https://travis-ci.org/smooth-code/h2x)
44
[![codecov](https://codecov.io/gh/smooth-code/h2x/branch/master/graph/badge.svg)](https://codecov.io/gh/smooth-code/h2x)
55

6-
**H2X** is a compiler to configurable compiler to transform HTML into JSX or another language.
6+
**H2X** is a configurable compiler to transform HTML into JSX or another language.
77

88
It is inspired by babel and configurable using plugins.
99

@@ -19,9 +19,9 @@ console.log(result) // <div className="foo" />
1919

2020
## Why
2121

22-
Transform HTML into JSX is not simple. It's a compilation operation. To do it properly we need to have a compiler like process.
22+
Transforming HTML into JSX is not simple. It's a compilated operation which requires a compiler to do properly.
2323

24-
Make it extensible with plugins give us the ability to create awesome utilities.
24+
Extending it with plugins will give us the ability to create awesome utilities.
2525

2626
## License
2727

0 commit comments

Comments
 (0)