Skip to content

Commit 162df9d

Browse files
committed
noot
1 parent c2a4ea1 commit 162df9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="a single-file, zero-dependency git hooks manager.">
6+
<meta name="description" content="git hooks made easier. simple, lightweight, and portable.">
77
<title>githook.sh</title>
88
<link rel="stylesheet" href="/style.css">
99
</head>
1010
<body>
1111
<h1>githook.sh</h1>
12-
<p>a single-file, zero-dependency git hooks manager.</p>
12+
<p>git hooks made easier. simple, lightweight, and portable. inspired by <a href="https://github.com/typicode/husky">husky</a>.</p>
1313
<p><a href="/docs">docs</a></p>
1414
<h2>quick install</h2>
1515
<pre>curl -sSL https://githook.sh | sh</pre>

0 commit comments

Comments
 (0)