From 0488cd98198510fe605dad4ebd1e45281a105d6c Mon Sep 17 00:00:00 2001
From: Samrith Shankar
Date: Wed, 13 Nov 2024 02:48:15 +0530
Subject: [PATCH] refactor: update link to documentation in readme
---
.vscode/settings.json | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f1e5011..6cf6507 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,8 +3,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
- "source.fixAll": true,
- "source.organizeImports": false
+ "source.fixAll": "explicit",
+ "source.organizeImports": "never"
},
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
diff --git a/README.md b/README.md
index 95cd00d..1126c38 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ A simple task runner which will run all tasks till completion, while maintaining
-Read the full documentation at the website
+Read the full documentation at the website
---