From dd06471c0bab8b5bd86b631b0fb49962811a0252 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Jun 2016 16:37:53 +0200 Subject: [PATCH] Update title --- source/getting-started/installation-virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-virtualenv.markdown b/source/getting-started/installation-virtualenv.markdown index ff6332dfc9b..0000747dae5 100644 --- a/source/getting-started/installation-virtualenv.markdown +++ b/source/getting-started/installation-virtualenv.markdown @@ -67,7 +67,7 @@ It will include a `bin` directory, which will contain all the executables used i $ virtualenv -p python3 /srv/hass ``` -## {% linkable_title Step 5: Activate the virtualenv %} +### {% linkable_title Step 5: Activate the virtualenv %} ```bash $ source /srv/hass/bin/activate