From d177b25f34e61bcc9aed47ad38f9270c7abc252e Mon Sep 17 00:00:00 2001 From: Jeremy Levy Date: Thu, 2 Jun 2022 12:03:00 +0200 Subject: [PATCH 1/2] Fix some Readme typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1140e33..79c9092 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Recode requires the following permissions: **All your data (including the OAuth access token) are only stored locally in `~/.config/recode/recode.yml` (or in `XDG_CONFIG_HOME` if set).** -The source code that implement the GitHub OAuth flow is located in the [recode-sh/api](https://github.com/recode-sh/api) repository. +The source code that implements the GitHub OAuth flow is located in the [recode-sh/api](https://github.com/recode-sh/api) repository. ### Start From e9ee2a9dd9551061655d9721a9dbfe22c2fa1f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levy?= Date: Thu, 2 Jun 2022 13:27:52 +0200 Subject: [PATCH 2/2] Add intro video to Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79c9092..7f4de2c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ recode aws start recode-sh/workspace --instance-type t2.medium ... see the recode-sh/workspace repository for an example of development environment configuration -![vscode](assets/vscode.png) + +https://user-images.githubusercontent.com/1233275/171618947-147053d2-0613-43ab-9b88-3cc0b8d99ace.mp4 + ## Table of contents - [Requirements](#requirements)