Skip to content

Commit

Permalink
Fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
terkelg committed Mar 16, 2019
1 parent d5da5e9 commit f0176d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ const suggestByTitle = (input, choices) =>
Use <kbd>left</kbd>/<kbd>right</kbd>/<kbd>tab</kbd> to navigate. Use <kbd>up</kbd>/<kbd>down</kbd> to change date.

#### Example
<img src="https://github.com/terkelg/prompts/raw/master/media/date.gif" alt="date prompt" width="499" height="130" />
<img src="https://github.com/terkelg/prompts/raw/master/media/date.gif" alt="date prompt" width="499" height="103" />

```js
{
Expand Down

0 comments on commit f0176d7

Please sign in to comment.