Skip to content

Commit c57b429

Browse files
committed
better readme
1 parent 0ac9e8c commit c57b429

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
@@ -1,11 +1,11 @@
1-
# hyperHTML
1+
# hyper(HTML)
22

33
[![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://opensource.org/licenses/ISC) [![Build Status](https://travis-ci.org/WebReflection/hyperHTML.svg?branch=master)](https://travis-ci.org/WebReflection/hyperHTML) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/hyperHTML/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/hyperHTML?branch=master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate)
44

55

66
<img alt="hyperHTML logo" src="https://webreflection.github.io/hyperHTML/logo/hyperhtml.svg" width="116" height="81">
77

8-
A Fast & Light Virtual DOM Alternative available for [NodeJS](https://viperhtml.js.org/viper.html) and [NativeScript](https://viperhtml.js.org/native.html) too.
8+
A **Fast & Light Virtual DOM Alternative** available for [NodeJS](https://viperhtml.js.org/viper.html) and [NativeScript](https://viperhtml.js.org/native.html) too.
99
- - -
1010

1111
## Basic Example
@@ -21,7 +21,7 @@ function tick(render) {
2121
`;
2222
}
2323
setInterval(tick, 1000,
24-
hyperHTML.bind(document.getElementById('root'))
24+
hyperHTML(document.getElementById('root'))
2525
);
2626
```
2727

0 commit comments

Comments
 (0)