From 418355bc68cc38cf6f67bcba21d8535d0a0bb3cc Mon Sep 17 00:00:00 2001 From: Fokke Zandbergen Date: Wed, 14 Aug 2013 14:21:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b9da0..fab7281 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ There are no required options to pass via TSS properties or XML attributes, apar ## Methods You can also manually trigger the loading state of the widget. You could use this for the first load when your window opens. -| Function | Parameters | Usage -| ---------- | ---------- | +| Function | Parameters | Usage | +| ---------- | ---------- | ----- | | setOptions | `object` | Set any of the options | load | | Manually trigger the `end` event and loading state | state | `state`, `string` | Manually set the state. The first argument should be one of the exported `SUCCESS`, `DONE` and `ERROR` constants. The second optional argument is a custom message to display instead of the message belonging to the state.