Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Commit c800b12

Browse files
committed
Changed header formatting
1 parent 4f578e3 commit c800b12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
main-server
22
---
33

4-
#### The central server used for managing the databases of the ECE Apprengineering Team at Rowan University.
4+
The central server used for managing the databases of the ECE Apprengineering Team at Rowan University.
55

6-
### backend
6+
## backend
77
Coded in Rust, manages database manipulation using AJAX requests from frontend.
88

9-
##### Dependencies:
9+
### Dependencies:
1010
* [Rouille 3.0.0](https://github.com/tomaka/rouille)
1111
* [Diesel 1.3.3](https://github.com/diesel-rs/diesel)
1212
* [dotenv 0.13.0](https://github.com/sgrif/rust-dotenv)
@@ -15,10 +15,10 @@ Coded in Rust, manages database manipulation using AJAX requests from frontend.
1515
* [log 0.4](https://github.com/rust-lang-nursery/log)
1616
* [simplelog](https://github.com/drakulix/simplelog.rs)
1717

18-
### frontend
18+
## frontend
1919
Coded in Elm, makes requests to the backend to access database and returns to the user.
2020

21-
##### Dependencies:
21+
### Dependencies:
2222
* Core Elm Packages
2323
* [browser](https://github.com/elm/browser)
2424
* [core](https://github.com/elm/core)

0 commit comments

Comments
 (0)