Update r.html.markdown

Correct key used to execute a line on Windows.

closes #427
This commit is contained in:
Ben Harris 2015-10-16 12:30:08 +11:00
parent 66bc42e31b
commit 06253d40c5

View File

@ -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