Merge "TBR: travel: Replace V23_ROOT with JIRI_ROOT everywhere."
diff --git a/Makefile b/Makefile
index 29598fd..017d934 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PATH := node_modules/.bin:$(PATH)
-PATH := $(V23_ROOT)/third_party/cout/node/bin:bin:$(PATH)
+PATH := $(JIRI_ROOT)/third_party/cout/node/bin:bin:$(PATH)
 
 .DEFAULT_GOAL := all
 
@@ -33,8 +33,8 @@
 	@npm prune
 	@npm install
 	@ # TODO(rosswang): remove these two
-	@npm install $(V23_ROOT)/release/javascript/core/
-	@npm install $(V23_ROOT)/release/javascript/syncbase/
+	@npm install $(JIRI_ROOT)/release/javascript/core/
+	@npm install $(JIRI_ROOT)/release/javascript/syncbase/
 	@touch $@ # if npm does nothing, we don't want to keep trying
 
 server-root:
diff --git a/README.md b/README.md
index 8e11244..0ad62e0 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
 
 ## Dependencies
 
-If you have a `$V23_ROOT` setup you can install Node.js from
-`$V23_ROOT/third_party` by running:
+If you have a `$JIRI_ROOT` setup you can install Node.js from
+`$JIRI_ROOT/third_party` by running:
 
     v23 profile install nodejs