Skip to content

Commit 726532c

Browse files
committed
Fixing spacing for cross-browser compatibility
1 parent 784213b commit 726532c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Gitxray (short for Git X-Ray) is a multifaceted security tool designed for use on GitHub repositories. It can serve many purposes, including OSINT and Forensics. `gitxray` leverages public GitHub REST APIs to gather information that would otherwise be very time-consuming to obtain manually. Additionally, it seeks out information in unconventional places.
66

7-
## Getting started with `gitxray`
8-
97
* [Installing Gitxray](installing.md)
108
* [Awesome Features](awesome_features.md) 💫
119
* [More Features](more_features.md) 🦾
1210

11+
<p>&nbsp;</p>
12+
1313
## Rate Limits and the GitHub API
1414

1515
Gitxray gracefully handles Rate Limits and can work out of the box without a GitHub API key, _but_ you'll likely hit RateLimits pretty fast. This is detailed by GitHub in their [documentation here](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users). A simple read-only token created for PUBLIC repositories will however help you increase those restrictions considerably. If you're not in a hurry or can leave `gitxray` running you'll be able to use its full capacity, as it pauses execution while waiting for the limits to lift.

0 commit comments

Comments
 (0)