le big rename

This commit is contained in:
carson 2020-05-06 17:22:47 -07:00
parent b003ccadf8
commit d1252e0302
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<html lang="en">
<head>
<title>kutty - high power tools for html</title>
<title>&lt;/> kutty - high power tools for html</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/site.css"/>
<link rel="stylesheet" href="/css/prism-theme.css"/>

View File

@ -12,10 +12,10 @@ title: HTMx - HTML Extensions
## Introduction
Kutty is a set of HTML extensions (attributes, request headers, etc.) that allow you to use markup to build
[powerful UX](/demo), while keeping the simplicity of the hypertext we all know and love.
Kutty is a set of HTML extensions (attributes, request headers, etc.) that let you use markup to build
[advanced UX](/demo) with the simplicity of the hypertext we all know and love.
Kutty is a small (<6Kb min.gz'd), dependency-free, and can be adopted incrementally without a huge rewrite.
Kutty is a small (<6Kb min.gz'd), dependency-free & you can try it out quickly, without a huge rewrite.
## Quick Start
@ -30,8 +30,6 @@ This annotation tells kutty:
> "When a user clicks on this button, issue an AJAX request to /example, and replace the button with the response"
Kutty is based on [intercooler.js](http://intercoolerjs.org) and is the successor to that project.
</div>