Skip to content

Commit

Permalink
docs: use URL to images, for benefit of Deno (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 27, 2020
1 parent b1f647b commit bad6f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
<p align="center">
<img width="250" src="/yargs-logo.png">
<img width="250" src="https://raw.githubusercontent.com/yargs/yargs/master/yargs-logo.png">
</p>
<h1 align="center"> Yargs </h1>
<p align="center">
Expand All @@ -23,7 +23,7 @@ It gives you:
* commands and (grouped) options (`my-program.js serve --port=5000`).
* a dynamically generated help menu based on your arguments.

> <img width="400" src="/screen.png">
> <img width="400" src="https://raw.githubusercontent.com/yargs/yargs/master/screen.png">
* bash-completion shortcuts for commands and options.
* and [tons more](/docs/api.md).
Expand Down

0 comments on commit bad6f76

Please sign in to comment.