Fix incorrect closing paragraph tag (#3979)
There was a paragraph tag which wasn't closed correctly, which was causing issues on the installation instructions pages.
This commit is contained in:
parent
c1f42bdc00
commit
783a00ec45
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ redirect_from: /getting-started/installation/
|
|||
|
||||
<p class='note'>
|
||||
Beginners should check our [Getting started guide](/getting-started/) first. This is for users that require advanced installations.
|
||||
<p class='note'>
|
||||
</p>
|
||||
|
||||
Home Assistant provides multiple ways to be installed. A requirement is that you have [Python](https://www.python.org/downloads/) installed. For Windows, we require at least **Python 3.5** and for other operating systems at least **Python 3.4.2**.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue