From 447761b06c50a317d217de68435637c817e66c06 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Tue, 7 Oct 2014 02:09:17 -0700 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad05ff19..b00c2b52 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ You can also run assembly tests and benchmarks separately: $ make -jN run-asm-tests $ make -jN run-bmarks-tests -To generate vcd waveforms, you can run on of the following commands: +To generate vcd waveforms, you can run one of the following commands: $ make -jN run-debug $ make -jN run-asm-tests-debug