diff --git a/docs/assets/cpr-gitgraph.htm b/docs/assets/cpr-gitgraph.htm index 888e714..d20de2a 100644 --- a/docs/assets/cpr-gitgraph.htm +++ b/docs/assets/cpr-gitgraph.htm @@ -34,7 +34,7 @@ const localMaster = gitgraph.branch("<#1> master (local)"); localMaster.commit({ subject: "", - body: "Changes made to the local base during the workflow", + body: "Changes to the local base during the workflow", }) const remotePatch = gitgraph.branch("create-pull-request/patch"); remotePatch.merge({ @@ -49,7 +49,7 @@ const localMaster2 = gitgraph.branch("<#2> master (local)"); localMaster2.commit({ subject: "", - body: "Changes made to the updated local base during the workflow", + body: "Changes to the updated local base during the workflow", }) remotePatch.merge({ branch: localMaster2, diff --git a/docs/assets/cpr-gitgraph.png b/docs/assets/cpr-gitgraph.png index aa00003..056f6fa 100644 Binary files a/docs/assets/cpr-gitgraph.png and b/docs/assets/cpr-gitgraph.png differ