From 3ddaad9393ceaff20e028c59dbf518f3c183bb5d Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 14 Sep 2023 00:16:32 +0800 Subject: [PATCH] fix: typo and rm extra --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fb5b20..da68082 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TNT Script used by Guoyi -The TNT script follows MIT and part of script is from setk.run belonging to Salvador Arias (Instituto Miguel Lillo, San Miguel de Tucumán, Argentina). +The TNT script follows MIT license. ## Usage @@ -12,9 +12,9 @@ The TNT script follows MIT and part of script is from setk.run belonging to Salv ## Functions -- Extended implied weighting with K value setting (default, default K=12) or implighted weighting with K value setting (default K=12) or equal weighting. +- Extended implied weighting with K value setting (default, default K=12) or implied weighting with K value setting (default K=12) or equal weighting. -- Search trees via implicit enumeration (ntax<=25, but not for eiw) or TBR Mult (1000 times) (25=75). +- Search trees via implicit enumeration (ntax<=25, but not for eiw) or TBR Mult (1000 times) with branch swapping (25=75). - Perform Strict consensus / Majority-rule consensus / Half strict consensus.