Skip to content

Commit 790afd7

Browse files
committed
docs: fix flowchart mermaidjs syntax
1 parent ebefb09 commit 790afd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Having that said, if you want to take on the challenge of self-hosting your own
4040

4141
```mermaid
4242
graph LR
43-
1(["start"]) --> 2["run checks"] --> 3["clean up"] --> 4["run `ghost backup`"] --> 5["run `mysqldump`"] --> 6["`rclone` backups to cloud storage"] --> 7["clean up"] --> 8(["end"])
43+
1(["start"]) --> 2["run checks"] --> 3["clean up"] --> 4["run `ghost backup`"] --> 5["run `mysqldump`"] --> 6["run `rclone` to sync backup to cloud storage"] --> 7["clean up"] --> 8(["end"])
4444
```
4545

4646
## Requirements

0 commit comments

Comments
 (0)