Skip to content

Commit d25ab94

Browse files
committed
fixing typo
1 parent 5008990 commit d25ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you have old bloqade JSON files, you will not be able to directly deserialize
4040
```sh
4141
python -m bloqade.analog.migrate <path_to_old_json_file>
4242
```
43-
This will create a new file with the same name as the old file, but with `_analog` appended to the end of the filename. For example, if you have a file called `my_bloqade.json`, the new file will be called `my_bloqade-analog.json`. You can then use `load` to deserialize this file with the `bloqade-analog` package. There are other options for converting the file, such as setting the indent level for the output file or overwriting the old file. You can see all the options by running:
43+
This will create a new file with the same name as the old file, but with `-analog` appended to the end of the filename. For example, if you have a file called `my_bloqade.json`, the new file will be called `my_bloqade-analog.json`. You can then use `load` to deserialize this file with the `bloqade-analog` package. There are other options for converting the file, such as setting the indent level for the output file or overwriting the old file. You can see all the options by running:
4444

4545
```sh
4646
python -m bloqade.analog.migrate --help

0 commit comments

Comments
 (0)