From 68af866a2efa744e749a36e99a731d72f80579d7 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Sat, 25 Jan 2014 16:57:45 +0100 Subject: [PATCH] Documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ae322a..1cf08db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PhoneGap Toast plugin -for Android and iOS, by [Eddy Verbruggen](@eddyverbruggen) +for Android and iOS, by [Eddy Verbruggen](http://www.twitter.com/@eddyverbruggen) ## 0. Index @@ -98,8 +98,8 @@ Toast.js is brought in automatically. There is no need to change or add anything ## 4. Usage You have two choices to make when showing a Toast: where to show it and for how long. * show(message, duration, position) -** duration: short / long -** position: top / center / bottom + * duration: short / long + * position: top / center / bottom You can also use any of these convenience methods: * showShortTop(message)