summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-07-23 10:27:26 -0400
committerGitHub <noreply@github.com>2020-07-23 16:27:26 +0200
commitca4dcb36dd5be0b14a2fafa059ea02ee7e0a0262 (patch)
tree393fc85f19e97bb66402676f67e63690d7a29e00 /cli/tsc
parent090455936c892b6f2dfa425be9b1cdfb4c63af4a (diff)
Rename cli/js2 to cli/rt (#6857)
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/README.md b/cli/tsc/README.md
index d3263c4bd..e68013885 100644
--- a/cli/tsc/README.md
+++ b/cli/tsc/README.md
@@ -3,7 +3,7 @@
This directory contains the code for the typescript compiler snapshot
There is currently A LOT of overlap between this code and the runtime snapshot
-code in cli/js2.
+code in cli/rt.
This is intentionally ugly because there should be no overlap.