From 9220dbd6e99307771fdeb59c48354e8c16f78fbb Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Mon, 1 Apr 2019 13:32:17 -0700 Subject: [PATCH] symlink README.md -> coffeelint/README.md --- README.md | 4 +--- coffeelint/README.md | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 120000 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 23fec0a..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# CoffeeLint for VSCode - -Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=freewil.vscode-coffeelint2). diff --git a/README.md b/README.md new file mode 120000 index 0000000..54ccc6a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +coffeelint/README.md \ No newline at end of file diff --git a/coffeelint/README.md b/coffeelint/README.md index 2112a0e..b5be0cb 100644 --- a/coffeelint/README.md +++ b/coffeelint/README.md @@ -12,3 +12,6 @@ $ npx coffeelint --makeconfig > coffeelint.json ## Contributing See [GitHub](https://github.com/hellodigit/vscode-coffeelint). + +## Download +Download form [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=freewil.vscode-coffeelint2).