From 37d238cd3171dc9beb0a67110d8296c4f52fd7a7 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 13 Jun 2023 17:43:40 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0c83e16..640aaa49 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ curl -sSL 'https://get.archivebox.io' | sh **🔢 Example usage: adding links to archive.** ```bash -archivebox add 'https://example.com' # add URLs one at a time (pass --help for more info) -archivebox add < ~/Downloads/bookmarks.json # or pipe in a list of URLs in any text-based format -archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs regularly on a schedule +archivebox add 'https://example.com' # add URLs one at a time +archivebox add < ~/Downloads/bookmarks.json # or pipe in URLs in any text-based format +archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or auto-import URLs regularly on a schedule ``` **🔢 Example usage: viewing the archived content.** ```bash