From 4e3399d5c80d68c0904e9252d67089b2c6f9afa0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 6 May 2024 06:23:25 -0700 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 91267c2..50cc6e3 100644 --- a/Usage.md +++ b/Usage.md @@ -384,7 +384,7 @@ You can interact with ArchiveBox as a Python library from external scripts or pr This API is a *local* API, designed to be used on the same machine as the ArchiveBox collection. -For example you could create and a script `add_archivebox_url.py` like so: +For example you could creat a script `add_archivebox_url.py` like so: ```python import os DATA_DIR = '~/archivebox/data'