diff --git a/doc.md b/doc.md
index 40d5578..94ce790 100644
--- a/doc.md
+++ b/doc.md
@@ -48,7 +48,7 @@
ms - Time to sleep in milliseconds.
-###.KeyTap(key, modifier)
+###
.KeyTap(key, modifier)
Press a single key.
@@ -67,7 +67,7 @@
down - Accepts 'down' or 'up'.
modifier (optional, string or array) - Accepts alt, command (mac), control, and shift.
-###.TypeString(string)
+###.TypeString(string)
####Arguments:
@@ -92,7 +92,7 @@
ms - Time to sleep in milliseconds.
-###.MoveMouse(x, y)
+###.MoveMouse(x, y)
Moves mouse to x, y instantly, with the mouse button up.
@@ -163,7 +163,7 @@ robotgo.DragMouse(100, 100)
robotgo.MouseToggle("up")
```
-###.GetMousePos()
+###.GetMousePos()
Gets the mouse coordinates.