From 2e34c9b4c343342b6fd0db49c45ac04f48834b46 Mon Sep 17 00:00:00 2001 From: aidanfitz <77299121+aidanfitz@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:13:22 -0400 Subject: [PATCH] bash input script update incorrect command for current version of thermochimica --- doc/phaseDiagramGUI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/phaseDiagramGUI.md b/doc/phaseDiagramGUI.md index 10136a30..d1f071ce 100644 --- a/doc/phaseDiagramGUI.md +++ b/doc/phaseDiagramGUI.md @@ -16,7 +16,7 @@ This interface is used to generate **binary** phase diagrams. It includes the fo It can be launched by using the following command: ```bash -./scripts/binaryPhaseDiagramGUI.sh +./scripts/phaseDiagramGUI.sh ``` The `binaryPhaseDiagramGUI` window is shown below.