From 95a06c061db6c687a251ae00e00c5f27f760109f Mon Sep 17 00:00:00 2001 From: shmck Date: Sun, 5 Apr 2020 21:10:59 -0700 Subject: [PATCH] fix broken homepage link. simplify readme. Signed-off-by: shmck --- CHANGELOG.md | 2 +- README.md | 14 +++++--------- package-lock.json | 2 +- package.json | 6 +++--- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85b8145..0b6d0c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,6 @@ All notable changes to the "coderoad-vscode" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] +## [0.1.0] - Initial release diff --git a/README.md b/README.md index dcba1da7..0a80f598 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ CodeRoad is a VSCode extension that allows you to play interactive coding tutori To start the extension, inside VSCode: -- Open an empty VSCode workspace (an empty folder) -- Launch the app from the VSCode command palette: - - select “View” > “Command Palette” from the top panel - - alternatively, press `cmd/ctrl + shift + P` -- In the command palette, search for and run `CodeRoad:Start` -- A webview should appear on the right side of your editor. Click "Start" +- open an empty VSCode workspace (an empty folder) +- launch the app from the VSCode command palette: + - select “View” > “Command Palette” from the top panel OR press `cmd/ctrl + shift + P` + - in the command palette, search for and run `CodeRoad:Start` +- a webview should appear on the right side of your editor. Click "Start" ### Install @@ -27,9 +26,6 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace. ### Requirements - VSCode 1.40+ - [Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download) -- VSCode command line tools. - For Mac, installation requires an additional step. See [Running Visual Studio Code on macOS](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line). - Node.js 10+ - Git diff --git a/package-lock.json b/package-lock.json index b955cdb0..fd2cc127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "coderoad", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b86a9333..602f6382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coderoad", - "version": "0.1.4", - "description": "Interactive tutorials in your editor", + "version": "0.1.5", + "description": "Play interactive coding tutorials in your editor", "keywords": [ "tutorial", "learn", @@ -9,7 +9,7 @@ "teach", "training" ], - "homepage": "https://github.com/coderoad/coderoad-vscode/README.md", + "homepage": "https://github.com/coderoad/coderoad-vscode", "bugs": { "url": "https://github.com/coderoad/coderoad-vscode/issues", "email": "coderoadapp@gmail.com"