Skip to content

Commit 0e0b9ba

Browse files
author
HR
committed
cleanup styles
1 parent 82824f5 commit 0e0b9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Git clone any sub-directories of any GitHub repository (at any reference) without having to clone the entire repository.
33
Uses the GitHub API to recursively clone the sub-directories tree and files.
44

5-
# Rate limit
5+
## Rate limit
66
The GitHub API imposes a [rate limiting](https://developer.github.com/v3/#rate-limiting) of up to 60 requests per hour applies but can be increased to up to 5000 requests per hour using an _OAuth token_ (to get one see https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
77

8-
# Private repositories
8+
## Private repositories
99
To clone private repositories you need to supply an _OAuth token_ for an account with access to the private repository (to get one see https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
1010

1111
# Installation

0 commit comments

Comments
 (0)