Skip to content

Commit 195d9ff

Browse files
committed
Fix small typo in documentation
1 parent e4b9a82 commit 195d9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ want to publish gists on [github.com](http://github.com).
4646

4747
1. Run `M-x go-playground` to start a new playground buffer filled with a basic template for the
4848
`main` package (see the screenshot below).
49-
1. Add your code and press `Ctl-Return` (bound to `go-playground-exec`), which saves, compiles, and
50-
executes the snippet.
49+
1. Add your code and press `Ctl-C` twice (bound to `go-playground-exec`), which saves, compiles,
50+
and executes the snippet.
5151
1. To remove the current snippet and its directory, run `M-x go-playground-rm`.
5252

5353
### List of interactive functions

0 commit comments

Comments
 (0)