From bad6f766762f51333a1b24dabcbdffec2fc46fcd Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 26 Aug 2020 21:50:22 -0700 Subject: [PATCH] docs: use URL to images, for benefit of Deno (#1727) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0457fc4dc..d69272516 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

Yargs

@@ -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. -> +> * bash-completion shortcuts for commands and options. * and [tons more](/docs/api.md).