Skip to content

Commit ac1396f

Browse files
authored
Fix README header sizing
1 parent 83375f4 commit ac1396f

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
@@ -4,7 +4,7 @@ _A CLI to scrape some really useful UTD data, parse it, and upload it to the [Ne
44

55
Project maintained by [Nebula Labs](https://about.utdnebula.com).
66

7-
## Design
7+
### Design
88

99
#### - The `grade-data` directory contains .csv files of UTD grade data.
1010
- Files are named by year and semester, with a suffix of `S`, `U`, or `F` denoting Spring, Summer, and Fall semesters, respectively.
@@ -18,7 +18,7 @@ Project maintained by [Nebula Labs](https://about.utdnebula.com).
1818
#### - The `uploader` directory contains the uploader that sends the parsed data to the Nebula API MongoDB database. This is the final stage of the data pipeline.
1919
- The uploader(s) are concerned solely with pushing parsed data to the database. Data, at this point, is assumed to be valid and ready for use.
2020

21-
## Contributing
21+
### Contributing
2222

2323
Please visit our [Discord](https://discord.utdnebula.com) and talk to us if you'd like to contribute!
2424

@@ -34,4 +34,4 @@ To build the project, simply clone the repository and then either:
3434
- Run `make` in the root (top level) directory (for systems with `make` installed, i.e. most Linux distros, MacOS)
3535
- Run `build.bat` on Windows systems (unless you want to deal with getting `make` to work on Windows :P)
3636

37-
The build process will output an executable file named `api-tools`; this executable is the CLI and can be ran in your terminal!
37+
The build process will output an executable file named `api-tools`; this executable is the CLI and can be ran in your terminal!

0 commit comments

Comments
 (0)