diff --git a/README.md b/README.md index 4f8a78b..8a7f3e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hyperapp starter -> Simple and small [Hyperapp](https://hyperapp.js.org) and [Parcel](https://en.parceljs.org) starter. +> Minimalistic [Hyperapp](https://hyperapp.js.org) and [Parcel](https://en.parceljs.org) starter. ## Usage diff --git a/package.json b/package.json index ddc0dcf..8ce2cf4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hyperapp-starter", "version": "0.0.0", "private": true, - "description": "Simple and small Hyperapp and Parcel starter.", + "description": "Minimalistic Hyperapp and Parcel starter.", "main": "index.js", "author": "Jose Quintana ", "license": "MIT", diff --git a/src/index.html b/src/index.html index 4b54282..85e174e 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ - HyperApp Parcel Starter + Hyperapp starter