Skip to content

Commit e5bd07f

Browse files
committed
Correct path that is provided in git clone instructions
1 parent 738abae commit e5bd07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Source code</h2>
4343
<p>Available on GitHub: <a href="http://github.com/necolas/normalize.css">necolas/normalize.css</a></p>
4444
<p>Download it in either <a href="http://github.com/necolas/normalize.css/zipball/master">zip</a> or <a href="http://github.com/necolas/normalize.css/tarball/master">tar</a> formats.</p>
4545
<p>Clone the project with <a href="http://git-scm.com">Git</a> by running:</p>
46-
<pre>$ git clone git://github.com/necolas/normalize.css</pre>
46+
<pre>$ git clone git://github.com/necolas/normalize.css.git</pre>
4747

4848
<h2>Acknowledgements</h2>
4949
<p>Normalize.css is a project by Nicolas Gallagher and Jonathan Neal.</p>

0 commit comments

Comments
 (0)