From 37ababf32c33cecfc6a1065552d8e861e8e256e5 Mon Sep 17 00:00:00 2001 From: ssedd1123 Date: Mon, 30 Jul 2018 22:00:38 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cf2dd8..de57f10 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,10 @@ 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