Browse Source

Fixed capitalization on website

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
791cdb28f5
  1. 4
      website/index.html

4
website/index.html

@ -41,8 +41,8 @@ def hello():
<h2>Interested?</h2>
<ul>
<li><a href=docs/>Read the documentation</a>
<li><a href=http://github.com/mitsuhiko/flask>fork it on github</a>
<li><a href=http://pypi.python.org/pypi/Flask>download it from PyPI</a>
<li><a href=http://github.com/mitsuhiko/flask>Fork it on github</a>
<li><a href=http://pypi.python.org/pypi/Flask>Download it from PyPI</a>
</ul>
<h2>Contribute</h2>
<p>Found a bug? Have a good idea for improving Flask? Head over to

Loading…
Cancel
Save