diff options
author | Ben Harris <mail@bharr.is> | 2015-10-16 12:30:08 +1100 |
---|---|---|
committer | Ben Harris <mail@bharr.is> | 2015-10-16 12:30:08 +1100 |
commit | 06253d40c50de8476719e2726c284e7ea9b3da39 (patch) | |
tree | ad9938078c3613887c7fc42cef778a2d2e7b152a | |
parent | 66bc42e31bf62a1592f9b763e12c0b963b3e7d3d (diff) |
Update r.html.markdown
Correct key used to execute a line on Windows.
closes #427
-rw-r--r-- | r.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/r.html.markdown b/r.html.markdown index 93751df5..8896c5b0 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -15,7 +15,8 @@ R is a statistical computing language. It has lots of libraries for uploading an # You can't make multi-line comments, # but you can stack multiple comments like so. -# in Windows or Mac, hit COMMAND-ENTER to execute a line +# in Windows you can use CTRL-ENTER to execute a line. +# on Mac it is COMMAND-ENTER |