diff --git a/README.md b/README.md index 43f0080c..e3fe581b 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ docker run -it -v $PWD:/data archivebox/archivebox help
-curl sh automatic setup script CLI Usage Examples (non-Docker) +curl sh automatic setup script CLI Usage Examples: non-Docker

 # make sure you have pip-installed ArchiveBox and it's available in your $PATH first  
@@ -514,7 +514,7 @@ archivebox add --depth=1 'https://news.ycombinator.com'
 
-Docker Docker Compose CLI Usage Examples +Docker CLI Usage Examples: Docker Compose

 # make sure you have `docker-compose.yml` from the Quickstart instructions first
@@ -532,7 +532,7 @@ docker compose run archivebox add --depth=1 'https://news.ycombinator.com'
 
-Docker Docker CLI Usage Examples +Docker CLI Usage Examples: Docker

 # make sure you create and cd into in a new empty directory first