diff --git a/Usage.md b/Usage.md index 50cc6e3..ae3376d 100644 --- a/Usage.md +++ b/Usage.md @@ -281,7 +281,7 @@ cd ~/archivebox/data sqlite3 index.sqlite3 # example usage: -SELECT * FROM snapshot; +SELECT * FROM core_snapshot; UPDATE auth_user SET email = 'someNewEmail@example.com' WHERE username = 'someUsernameHere'; ... ```