Skip to content

Commit 80f025a

Browse files
committed
style: put json in quotes
1 parent 41d61f0 commit 80f025a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ $rtm = new RTM(APP_KEY, APP_SECRET, PERMISSIONS, FORMAT);
3232
?>
3333
```
3434

35-
| Parameter | Type | Default | Description |
36-
| ----------- | ------ | --------------- | ------------------------------------------------------------------ |
37-
| APP_KEY | string | none (required) | Your RTM application's public key. |
38-
| APP_SECRET | string | none (required) | Your RTM application's secret key. |
39-
| PERMISSIONS | string | read | The RTM permission level your application requests from a user. |
40-
| FORMAT | string | json | The RTM API response format. Value can be either 'json' or 'rest'. |
35+
| Parameter | Type | Default | Description |
36+
| ----------- | ------ | --------------- | ---------------------------------------------------------------------- |
37+
| APP_KEY | string | none (required) | Your RTM application's public key. |
38+
| APP_SECRET | string | none (required) | Your RTM application's secret key. |
39+
| PERMISSIONS | string | read | The RTM permission level your application requests from a user. |
40+
| FORMAT | string | `json` | The RTM API response format. Value can be either `'json'` or `'rest'`. |
4141

4242
### Generate Authentication URL
4343

0 commit comments

Comments
 (0)