Skip to content

Commit

Permalink
bump version and small README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arish-Shah committed Mar 21, 2020
1 parent fb3c6f4 commit 52e2839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ A virtual DOM alternative to build declarative and reactive UI using template li
`amp-js` lets you write HTML templates in JavaScript with template literals.

```javascript
import { html, render } from '@arish-shah/amp';

// This is an amp template function. It returns an amp template.
const helloTemplate = name => html`
<div>Hello ${name}!</div>
Expand Down Expand Up @@ -182,7 +184,7 @@ const template = () => html`
## Installation

```
$ npm install
$ npm install @arish-shah/amp
```

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arish-shah/amp",
"version": "0.1.0",
"version": "0.2.0",
"description": "A virtual DOM alternative HTML Templating library",
"main": "amp.js",
"module": "amp.js",
Expand Down

0 comments on commit 52e2839

Please sign in to comment.