Skip to content

Commit 1a45f9c

Browse files
Update docs/zkEVM/get-started/state-sync-snapshots.md
Co-authored-by: hsutaiyu <51791408+hsutaiyu@users.noreply.github.com>
1 parent 04059eb commit 1a45f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Follow the instructions below to run a fast state sync on a node database using
1212
1. Run the following command to download the snapshot with the same name as given in the URL.
1313

1414
```sh
15-
curl <snapshot-file> -o statedb.sql.gz
15+
curl <snapshot-url> -o <db-name>.sql.gz
1616
```
1717

1818
2. Stop/start the database:

0 commit comments

Comments
 (0)