summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2013-11-20 09:44:33 -0800
committerZack Hobson2013-11-20 09:44:33 -0800
commit9f526c1ce592a75fd0b9d8389435a065c70dd051 (patch)
treef114a0263e84a4683375be94d5707200338b31ef
parentba2a41ff09977947000fdf257ebaa7d62be11188 (diff)
downloadhcl-9f526c1ce592a75fd0b9d8389435a065c70dd051.tar.bz2
Fix capitalization of HCl
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 54f0d28..99804e0 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>Hcl by zenhob</title>
+ <title>HCl by zenhob</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
@@ -15,7 +15,7 @@
<body>
<div class="wrapper">
<header>
- <h1>Hcl</h1>
+ <h1>HCl</h1>
<p>Command-line tool for manipulating Harvest timesheets</p>
<p class="view"><a href="https://github.com/zenhob/hcl">View the Project on GitHub <small>zenhob/hcl</small></a></p>
@@ -178,4 +178,4 @@ $ hcl show 1 week ago
<script src="javascripts/scale.fix.js"></script>
</body>
-</html> \ No newline at end of file
+</html>