diff --git a/readme.md b/readme.md index 6972eb1..b9e4105 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@ # Haunted 🦇 🎃 -React's Hook API but for standard web components and [lit-html](https://polymer.github.io/lit-html/). +React's Hooks API but for standard web components and [lit-html](https://polymer.github.io/lit-html/). ```html + - ``` +## Getting started + +A starter app is available on [codesandbox](https://codesandbox.io/s/github/matthewp/haunted-starter-app/tree/master/) and also can be clone from [this repo](https://github.com/matthewp/haunted-starter-app). This app gives you the basics of how to use Haunted and build components. + ## Use -For now it is available as the `@matthewp/haunted` package. In the future I hope to get the non-scoped name. +Currently __Haunted__ is available as the `@matthewp/haunted` package. In the future I hope to get the non-scoped name. ```shell npm install @matthewp/haunted