From ab4059bb56c6ead5a7a886a0aae113447ee49c9c Mon Sep 17 00:00:00 2001
From: Nick Sweeting <git@sweeting.me>
Date: Fri, 11 Dec 2020 23:11:22 +0200
Subject: [PATCH] formatting

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6e1a0698..6abf6185 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ ArchiveBox can be installed via [Docker](https://docs.docker.com/get-docker/) (r
 
 ```bash
 pip3 install archivebox
-archivebox --version  # install extras as-needed, or use the methods below
+archivebox --version
+# install extras manually as-needed, or use one of full setup methods below
 
 mkdir ~/archivebox && cd ~/archivebox
 archivebox init
@@ -46,7 +47,7 @@ archivebox add 'https://example.com'
 archivebox help   # to see more options
 ```
 
-***(click to expand the sections below for setup instructions)***
+***(click to expand the sections below for full setup instructions)***
 
 <details>
 <summary><b>Get ArchiveBox with <code>docker-compose</code> on any platform (recommended, everything included out-of-the-box)</b></summary>