From 5a961ded58b62c4d26fcef551609d26ee21f2a54 Mon Sep 17 00:00:00 2001 From: MadMan247 <54383546+MadMan247@users.noreply.github.com> Date: Fri, 10 May 2024 15:21:32 -0500 Subject: [PATCH] I make the mistake --- doc/notes-on-updating-archivebox-ynh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/notes-on-updating-archivebox-ynh.md b/doc/notes-on-updating-archivebox-ynh.md index 0528708..19b13c2 100644 --- a/doc/notes-on-updating-archivebox-ynh.md +++ b/doc/notes-on-updating-archivebox-ynh.md @@ -9,4 +9,4 @@ replace "version" ## 2. Modify conf/requirements.txt requirements.txt contains a single line, which correlates to the archivebox upstream pip install script; -e.g. in requirements.txt `archivebox==0.7.2;` `from pip install --upgrade 'archivebox==0.7.2'` +e.g. in requirements.txt `archivebox==0.7.2;` from `pip install --upgrade 'archivebox==0.7.2'`