From 4dbb6328b9d614a5713eb7591ef4aa858871bb3d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Jun 2018 01:34:24 +0200 Subject: [PATCH] deno2 readme adjustments --- deno2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno2/README.md b/deno2/README.md index 4e4eb7fe7f..77d5d0b59f 100644 --- a/deno2/README.md +++ b/deno2/README.md @@ -27,7 +27,7 @@ untenable. However, there's a lot of interest in Rust in the JS community and it seems like a reasonable choice. TBD. There are many people exploring the project, so care will be taken to keep the -original code functional while this is developed. However, once it's ready this +original code functional while this is developed. However, once it's ready the code in this deno2/ directory will be moved to the root. @@ -45,7 +45,7 @@ For linux you need these prereqs: First install the javascript deps. - cd js; yarn install + cd js; yarn install TODO(ry) Remove the above step by a deps submodule.