From b65dbf85c11cdabd5a121de88ae884bdc3d23d7c Mon Sep 17 00:00:00 2001 From: David Montiel Date: Mon, 27 Jan 2025 11:13:26 -0500 Subject: [PATCH] Update README.md Fixed a few typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561ac44e6..4c5e9d41d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Clone the PRISMS-PF GitHub repository and navigate its folder. git clone -b https://github.com/prisms-center/phaseField.git cd phaseField ``` -Here corresponds to the stable release version of your choice. For example to clone the latest release (2.4), type +Here `````` corresponds to the stable release version of your choice. For example, to clone the latest release (2.4), type ```bash git clone -b v2.4 https://github.com/prisms-center/phaseField.git ```