Skip to content

Commit

Permalink
fix json in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang committed Apr 27, 2016
1 parent 18d24e8 commit a0dc6e3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions readme.md
Expand Up @@ -7,9 +7,9 @@
|
```json
{
isDog: true,
breed: 'Norfolk Terrier',
about: 'Spirited, small but sturdy, feisty yet sweet personality'
"isDog": true,
"breed": "Norfolk Terrier",
"about": "Spirited, small but sturdy, feisty yet sweet personality"
}
```
|
Expand Down Expand Up @@ -41,15 +41,17 @@ whatDot('http://imgur.com/B7a15F5.jpg');

## API

### whatDot(imageUrl)
### `whatDot(imageUrl)`

#### imageUrl
#### `imageUrl`

Type: `string`

Url to the image. Must be on a public server that Microsoft's servers can download to determine the caption.

Returns a promise for the doggy data.
Returns a promise for the `doggy data`.

#### `doggy data`

```
{
Expand Down

0 comments on commit a0dc6e3

Please sign in to comment.