From b3db2537f7783e88949449e2a29ac52584d6bb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Quintana?= Date: Wed, 13 Jun 2018 00:08:39 +0200 Subject: [PATCH] update desc --- README.md | 2 +- package.json | 2 +- src/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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