From afed3a45300e3e952ef4817b4dbc6e6accfd5847 Mon Sep 17 00:00:00 2001
From: Rodrigo Raya <rodrigo.raya@epfl.ch>
Date: Wed, 29 Sep 2021 08:48:26 +0000
Subject: [PATCH] Update amy_reference_compiler.md

---
 labs/amy_reference_compiler.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/amy_reference_compiler.md b/labs/amy_reference_compiler.md
index ed3a0c4..e7cb687 100644
--- a/labs/amy_reference_compiler.md
+++ b/labs/amy_reference_compiler.md
@@ -10,7 +10,7 @@ You can run it as follows:
 To see the list of available options do 
   java -cp amyc-assembly-1.7.jar amyc.Main --help
 
-The easiest way to execute a program is to run it in ''-''''-interpret'' mode. If you want to generate WebAssembly binary code, you should follow these steps:
+The easiest way to execute a program is to run it in ''--interpret'' mode. If you want to generate WebAssembly binary code, you should follow these steps:
   * Install ''nodejs''. We have tested amyc with Node version 12, though other versions might work. See the [Node website](https://nodejs.org/en/) for installation instructions.
   * Make sure the ''wat2wasm'' executable is visible, i.e., it is in the system path or, for Linux or Mac, you are at the toplevel of the ''amyc'' directory.
   * Run ''npm install deasync'' in the directory you plan to run ''amyc''.
-- 
GitLab