From 6cb93f91a17eede730aaa514b2805c9954a3c98b Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 30 Apr 2017 13:53:04 +0800 Subject: [PATCH] Update doc.md --- docs/doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doc.md b/docs/doc.md index c6e915e..1c6f93f 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -80,7 +80,7 @@ ms - Time to sleep in milliseconds. -###

.KeyTap(key, modifier)

+###

.KeyTap(key, modifier)

Press a single key. @@ -382,7 +382,7 @@ robotgo.ScrollMouse(50, "down") Returns new bitmap object created from a portion of another -###

.Convert(openpath, savepath,MMImageType)

+###

.Convert(openpath, savepath, MMImageType)

Convert the image format @@ -442,7 +442,7 @@ func main() { ##

Window

-###

.ShowAlert(title, msg,defaultButton,cancelButton string)

+###

.ShowAlert(title, msg, defaultButton, cancelButton string)

Displays alert with the given attributes. If cancelButton is not given, only the defaultButton is displayed