Skip to content

Commit

Permalink
fix things from review №7
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 29, 2024
1 parent 5839eaa commit e651a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/github/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

In `ufpy` there are 3 functions and 1 class for downloading things from public GitHub repositories.
In `ufpy` there are 3 functions and 1 class for downloading resources from public GitHub repositories.
You can download an entire repository, a folder or multiple folders, and a file or multiple files without
a GitHub token. You can use the `UGithubDownloader` class for all these actions or the other 3 functions.
The class is more optimized for multiple requests. If you need to download multiple times, use it. It uses
Expand Down Expand Up @@ -98,7 +98,7 @@ with UGithubDownloader("honey-team/ufpy", "C:/Users/<name>/ufpy-tests") as gd:
After changing `<name>` to your username and running this code you'll get the following result:
![Download two folders](.assets/download4.png)

## Download all repository
## Download the entire repository

You can use `download_repo()` function, `ufpy.github.download.repo()` function
(they're the same, but with different names) and `UGithubDownloader.download_repo()` method:
Expand Down

0 comments on commit e651a4e

Please sign in to comment.