From 89e3c40f24ff4f3ea58b1d735e701be040742752 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 4 Jun 2020 13:43:55 -0400 Subject: [PATCH] Add note about data-from-URL working on public repos [fixes #55] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 520cf4a..aaf0e90 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,10 @@ jobs: console.log(result) ``` +_(Note that this particular example only works for a public URL, where the +diff URL is publicly accessible. Getting the diff for a private URL requires +using the API.)_ + This will print the full diff object in the screen; `result.data` will contain the actual diff text.