Skip to content

Commit b34a87a

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo update README.md (#3)
1 parent dbe1a28 commit b34a87a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Github-dlr
22

3-
Download individual files and folders from Github recursively.
3+
Download individual files and folders from GitHub recursively.
44

55
[![Tests](https://github.com/rocktimsaikia/github-dlr/actions/workflows/tests.yml/badge.svg)](https://github.com/rocktimsaikia/github-dlr/actions/workflows/tests.yml)
66

@@ -25,7 +25,7 @@ pipx install github-dlr
2525
## Usage
2626

2727
> [!NOTE]
28-
> Using the tool is straightforward, copy the Github URL of the target repository folder and paste it after the command `github-dlr` or it's alias `gh-dlr`.
28+
> Using the tool is straightforward, copy the GitHub URL of the target repository folder and paste it after the command `github-dlr` or it's alias `gh-dlr`.
2929
3030
```sh
3131
github-dlr <github_path>
@@ -35,7 +35,7 @@ github-dlr https://github.com/linuxdotexe/nordic-wallpapers/tree/master/dynamic-
3535
```
3636

3737
> [!NOTE]
38-
> By default it will download the entire folder from Github and place in the current directory from where the command is being executed. If you want to specify a different output directory, you can do it via the `--output` or `-o` flag.
38+
> By default it will download the entire folder from GitHub and place in the current directory from where the command is being executed. If you want to specify a different output directory, you can do it via the `--output` or `-o` flag.
3939
4040
```sh
4141
github-dlr --output wallpapers https://github.com/linuxdotexe/nordic-wallpapers/tree/master/dynamic-wallpapers/Coast

0 commit comments

Comments
 (0)