From 04ca5c6e00cfc1ae4675cecc11cbbd2e0ff1e887 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 19 Dec 2019 20:58:54 +0200 Subject: [PATCH] typescript(option): chore: fixed readme docs url Signed-off-by: prescientmoon --- typescript/option/.vscode/settings.json | 4 ++++ typescript/option/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 typescript/option/.vscode/settings.json diff --git a/typescript/option/.vscode/settings.json b/typescript/option/.vscode/settings.json new file mode 100644 index 0000000..adb3e3c --- /dev/null +++ b/typescript/option/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib", + "editor.formatOnSave": true +} diff --git a/typescript/option/README.md b/typescript/option/README.md index 734f94d..cf3f23c 100644 --- a/typescript/option/README.md +++ b/typescript/option/README.md @@ -14,7 +14,7 @@ npm install @adrielus/option ## Usage -For detailed usage read [the docs](docs/main.md) +For detailed usage read [the docs](https://github.com/Mateiadrielrafael/option/tree/master/docs/main.md) # Contributing