summaryrefslogtreecommitdiff
path: root/docs/newbs.md
diff options
context:
space:
mode:
authorMikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>2020-11-10 05:33:15 +0100
committerGitHub <noreply@github.com>2020-11-09 20:33:15 -0800
commit489bee0ee451e6cf87465ad75c2d9f6640048c3f (patch)
treebe58deb2dd62c0da7fbcce7b96cbbf6a973b5bed /docs/newbs.md
parented8d1d1ae75ae30c19c3133aa8bea96e3cd54f10 (diff)
[Docs] redirect from /tutorial to /newbs (#10718)
* Added redirect from /tutorial to /newbs * Fixed indentation * Changed title of tutorial page
Diffstat (limited to 'docs/newbs.md')
-rw-r--r--docs/newbs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs.md b/docs/newbs.md
index 389e3f4721..02b0a070f5 100644
--- a/docs/newbs.md
+++ b/docs/newbs.md
@@ -1,4 +1,4 @@
-# The Complete Newbs Guide To QMK
+# The QMK Tutorial
Your computer keyboard has a processor inside of it, similar to the one inside your computer. This processor runs software that is responsible for detecting button presses and informing the computer when keys are pressed. QMK Firmware fills the role of that software, detecting button presses and passing that information on to the host computer. When you build your custom keymap, you are creating an executable program for your keyboard.