From ccc93d58725cf68bfa2e09978e253496389fa52f Mon Sep 17 00:00:00 2001 From: ywang146 <32085564+ywang146@users.noreply.github.com> Date: Thu, 23 May 2024 01:40:04 -0400 Subject: [PATCH 1/4] Added list of contents --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3ff8d10..e9c7add 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # SEEDConsistencyChecker +## Contents +- [Getting Started](#etting-Started) +- [Contributing](#contrinuting) +- [Paper List](#paper-list) + ## Getting Started ### Play with a certain method? (`CMIF` for example) From ae7471db31e0fff4e6df6ec2a1a827c46ed12243 Mon Sep 17 00:00:00 2001 From: ywang146 <32085564+ywang146@users.noreply.github.com> Date: Thu, 23 May 2024 01:42:28 -0400 Subject: [PATCH 2/4] added list of content --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c7add..33c81b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SEEDConsistencyChecker ## Contents -- [Getting Started](#etting-Started) -- [Contributing](#contrinuting) +- [Getting Started](#getting-Started) +- [Contributing](#contributing) - [Paper List](#paper-list) ## Getting Started From 717aa3b3ffe487c3622396307192462ffed3fc00 Mon Sep 17 00:00:00 2001 From: ywang146 <32085564+ywang146@users.noreply.github.com> Date: Thu, 23 May 2024 01:47:21 -0400 Subject: [PATCH 3/4] added details for the contents list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 33c81b6..3c123f9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ## Contents - [Getting Started](#getting-Started) + - [Play With a Certain Method](#play-with-a-certain-method?-(`CMIF`-for-example)) + - [Run the Testing Script](#to-run-the-Testing-script) + - [Using Docker](#using-docker) - [Contributing](#contributing) - [Paper List](#paper-list) From fc719f3deccdcb7dd14c2147b70638afb1aa5f86 Mon Sep 17 00:00:00 2001 From: ywang146 <32085564+ywang146@users.noreply.github.com> Date: Thu, 23 May 2024 01:51:56 -0400 Subject: [PATCH 4/4] polishing the list of contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c123f9..aadc514 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Contents - [Getting Started](#getting-Started) - - [Play With a Certain Method](#play-with-a-certain-method?-(`CMIF`-for-example)) + - [Play With a Certain Method](#play-with-a-certain-method-CMIF-for-example) - [Run the Testing Script](#to-run-the-Testing-script) - [Using Docker](#using-docker) - [Contributing](#contributing)