aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-09-05 06:15:49 +0300
committerAndrew Waterman <andrew@sifive.com>2019-09-05 06:15:49 +0300
commit6d15c93fd75db322981fe58ea1db13035e0f7add (patch)
treea5b5820f7c01e9039a63ffbf508b893ab52aa8f9 /README.md
parente53a1d410b6e4e691780f74373c38e4230e12605 (diff)
downloadspike-6d15c93fd75db322981fe58ea1db13035e0f7add.zip
spike-6d15c93fd75db322981fe58ea1db13035e0f7add.tar.gz
spike-6d15c93fd75db322981fe58ea1db13035e0f7add.tar.bz2
Fix formatting in README
Closes #328
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96c212a..127350e 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ To see the contents of memory with a virtual address (0 for core 0):
: mem 0 2020
-You can advance by one instruction by pressing <enter>. You can also
+You can advance by one instruction by pressing the enter key. You can also
execute until a desired equality is reached:
: until pc 0 2020 (stop when pc=2020)