Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jun 12, 2018
1 parent 7a69922 commit b3db253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <git.io/joseluisq>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HyperApp Parcel Starter</title>
<title>Hyperapp starter</title>
</head>

<body>
Expand Down

0 comments on commit b3db253

Please sign in to comment.