Skip to content

Commit

Permalink
Specify protocol in download example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-dray committed Jun 10, 2023
1 parent 047fcf5 commit 6b117a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ To download:
ghdump::ghd_copy(
gh_user = "matt-dray",
dest_dir = "~/Documents/repos",
copy_type = "download"
copy_type = "download",
protocol = "https"
)
```

Expand Down

0 comments on commit 6b117a7

Please sign in to comment.