From 97e707f7a19fe178ad99fec3f410728e77f4417b Mon Sep 17 00:00:00 2001 From: ssedd1123 Date: Mon, 30 Jul 2018 21:59:45 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8427fb7..8cf2dd8 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,9 @@ var : variables, i.e. output of the theoretical function
Those 3 components corresponds to each bookmark on the GUI. For 'Para prior', you need to put name of par on column 1, lower limit on column 2 and higher limit on column 3. Only 3 columns are needed and it will not run if extra columns are entered. For intance, if you have 2 parameters a and b with 1 < a < 2 and 4 < b < 5, you need to enter: - row|A|B| - 1|1|4| - 2|2|5| + row|A|B + 1|1|4 + 2|2|5