From 18b0cac663c1a822417b43b3fb2f2c8173fd10a1 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Thu, 11 Feb 2021 17:00:38 -0800 Subject: [PATCH] fix(xsnap): Typo in README re order of REPL ops (#2188) --- packages/xsnap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xsnap/README.md b/packages/xsnap/README.md index 47074ceb4e8..08a658bdb88 100644 --- a/packages/xsnap/README.md +++ b/packages/xsnap/README.md @@ -64,9 +64,9 @@ xs> quit ``` ```sh +$ xsrepl xs> load file> temp.xss -$ xsrepl xs> x 42 xs> quit