From d0be5dc1cc84fff35b2a800cee809fe34f07e8dc Mon Sep 17 00:00:00 2001 From: Joe Biellik Date: Tue, 10 Nov 2015 02:30:46 +0000 Subject: [PATCH] Fancy hotkey formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6739070..c872eaf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Try it out at [paste.fyi](http://paste.fyi/) ## Features * Clean code thanks to ES7 async/await, [Koa](http://koajs.com/) and [Babel](https://babeljs.io/) * Full syntax highlighting via [Prism.js](http://prismjs.com/) -* `Ctrl+Enter` hotkey for quick paste submission +* CTRL+Enter hotkey for quick paste submission * Short URLs via [shortid](https://github.com/dylang/shortid), e.g. `NyQO9puMe` * Full support for CLI requests with [curl](http://curl.haxx.se/) etc * Textarea grows to fit content via [autosize](https://github.com/jackmoore/autosize)