From a86a7882949942b62662d6e7951e1baea8b061d4 Mon Sep 17 00:00:00 2001 From: Nick Meinhold Date: Thu, 3 Jun 2021 22:59:27 +1000 Subject: [PATCH 1/2] Update README --- pubnub/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pubnub/README.md b/pubnub/README.md index 82971830..1215c9a7 100644 --- a/pubnub/README.md +++ b/pubnub/README.md @@ -26,7 +26,9 @@ If you want to use the latest, unreleased version of `pubnub`, you can add it to ```yaml dependencies: pubnub: - git: git://github.com/pubnub/dart.git + git: + url: git://github.com/pubnub/dart.git + path: pubnub ``` ### Using a local copy of the repository From 1cb8fc717269eed42dbdb6414b901d8137d4da0c Mon Sep 17 00:00:00 2001 From: Nick Meinhold Date: Thu, 3 Jun 2021 23:07:47 +1000 Subject: [PATCH 2/2] Change to https format --- pubnub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubnub/README.md b/pubnub/README.md index 1215c9a7..e06362e6 100644 --- a/pubnub/README.md +++ b/pubnub/README.md @@ -27,7 +27,7 @@ If you want to use the latest, unreleased version of `pubnub`, you can add it to dependencies: pubnub: git: - url: git://github.com/pubnub/dart.git + url: https://github.com/pubnub/dart path: pubnub ```