Skip to content

Commit bad6f76

Browse files
authoredAug 27, 2020
docs: use URL to images, for benefit of Deno (#1727)
1 parent b1f647b commit bad6f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="250" src="/yargs-logo.png">
2+
<img width="250" src="https://raw.githubusercontent.com/yargs/yargs/master/yargs-logo.png">
33
</p>
44
<h1 align="center"> Yargs </h1>
55
<p align="center">
@@ -23,7 +23,7 @@ It gives you:
2323
* commands and (grouped) options (`my-program.js serve --port=5000`).
2424
* a dynamically generated help menu based on your arguments.
2525

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

0 commit comments

Comments
 (0)
Please sign in to comment.