From 17c9b9e7ce2b73e0186b0eab8687676d0a9ddb5d Mon Sep 17 00:00:00 2001 From: gautam-404 Date: Sat, 17 Aug 2024 17:35:22 +1000 Subject: [PATCH] readme update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dce8c3..3fc9d93 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ This class handle MESA operations. An object of this class allows you to create, proj.delete() ``` > [!TIP] -> If the -A list of MESA parameters can be passed to the `trace` argument to print their evolution in terminal along with age. Eg., `trace=["log_L", "log_Teff"]` +> A list of MESA parameters can be passed to the `trace` argument to print their evolution in terminal along with age. Eg., `trace=["log_L", "log_Teff"]` #### **The `MesaAccess` class:** * This class gives you access to the parameters in your inlist files. You can write, read, remove and set default values for inlist parameters.