From 0074f6adfd45ea64e001d6a39e8283315d270b09 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Sat, 25 Jan 2014 16:59:31 +0100 Subject: [PATCH] Documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cf08db..47b5b21 100644 --- a/README.md +++ b/README.md @@ -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) @@ -120,7 +120,7 @@ You can copy-paste these lines of code for a quick test: This plugin was enhanced for Plugman / PhoneGap Build by [Eddy Verbruggen](http://www.x-services.nl). The Android code was entirely created by me. -I only has to slightly adjust this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast). +For iOS most credits go to this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast). ## 6. License