web interfaces

This commit is contained in:
Jorge Bucaran 2019-07-20 00:41:28 +09:00
parent c47aded9ae
commit 0b4bfdef6e
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Hyperapp [![npm](https://img.shields.io/npm/v/hyperapp.svg?label=&color=0080FF)](https://github.com/jorgebucaran/hyperapp/releases/latest)
> The tiny framework for building web user interfaces.
> The tiny framework for building web interfaces.
- **Do more with less**—We have minimized the concepts you need to learn to be productive. Views, actions, effects, and subscriptions are all pretty easy to get to grips with and work together seamlessly.
- **Write what, not how**—With a declarative syntax that's easy to read and natural to write, Hyperapp is your tool of choice to develop purely functional, feature-rich, browser-based applications.

View File

@ -11,7 +11,7 @@
<meta
name="description"
content="The tiny framework for building web user interfaces."
content="The tiny framework for building web interfaces."
/>
<meta property="og:type" content="website" />
@ -26,7 +26,7 @@
<meta name="twitter:title" content="Hyperapp" />
<meta
name="twitter:description"
content="The tiny framework for building web user interfaces."
content="The tiny framework for building web interfaces."
/>
<link href="manifest.json" rel="manifest" />
@ -38,7 +38,7 @@
<base href="/" />
<title>
Hyperapp \ The tiny framework for building web user interfaces
Hyperapp The tiny framework for building web user interface
</title>
<!-- Google Analytics -->

View File

@ -1,6 +1,6 @@
{
"name": "hyperapp",
"description": "The tiny framework for building web user interfaces.",
"description": "The tiny framework for building web interfaces.",
"version": "2.0.0-beta.22",
"main": "src/index.js",
"module": "src/index.js",