From ee172aeb5ab7bb6ed08970adcdb797660fb23b73 Mon Sep 17 00:00:00 2001 From: mehan Date: Thu, 12 Aug 2021 15:50:23 +0430 Subject: [PATCH 1/3] ignored .md file for prettier --- .prettierignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 042de41..6c32806 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ *.html *.json -*.min.js \ No newline at end of file +*.min.js +*.md \ No newline at end of file From 019776b9199de65a63ee93d66ab5e0abeb9ab090 Mon Sep 17 00:00:00 2001 From: mehan Date: Thu, 12 Aug 2021 16:04:09 +0430 Subject: [PATCH 2/3] added link for license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae34414..4f407bd 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Now You have made your first panix project ### License -See license in LICENSE file +See license in (LICENSE)[LICENSE] file From 9d1074a33e063e5a8277aeda0421f53e62597606 Mon Sep 17 00:00:00 2001 From: mehan Date: Thu, 12 Aug 2021 16:05:58 +0430 Subject: [PATCH 3/3] added link for license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f407bd..a7f48c0 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Now You have made your first panix project ### License -See license in (LICENSE)[LICENSE] file +See license in [LICENSE](LICENSE) file