diff options
| author | Zack Hobson | 2013-11-20 09:44:33 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-20 09:44:33 -0800 |
| commit | 9f526c1ce592a75fd0b9d8389435a065c70dd051 (patch) | |
| tree | f114a0263e84a4683375be94d5707200338b31ef | |
| parent | ba2a41ff09977947000fdf257ebaa7d62be11188 (diff) | |
| download | hcl-9f526c1ce592a75fd0b9d8389435a065c70dd051.tar.bz2 | |
Fix capitalization of HCl
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
