Skip to content

Commit

Permalink
fix: minor inconsistencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mannan-Goyal committed Oct 6, 2021
1 parent f0376bf commit d8a8206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![PR](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github)
![Open Source](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)
![](https://visitor-badge.glitch.me/badge?page_id=IEEE-VIT.IEEE-VIT)
![Visitors](https://visitor-badge.glitch.me/badge?page_id=IEEE-VIT.IEEE-VIT)
![Issues](https://img.shields.io/github/issues/IEEE-VIT/templa-rs)
![License](https://img.shields.io/github/license/IEEE-VIT/templa-rs)
![Stars](https://img.shields.io/github/stars/IEEE-VIT/templa-rs)
Expand All @@ -20,7 +20,7 @@ Templa-rs is a one-of-a-kind TUI tool written in Rust, which helps you generate

![Templa-rs](https://imgur.com/4Xn9imn.gif)
## Built With
* Rust
* [Rust](https://www.rust-lang.org/)
* [tui-rs](https://github.com/fdehau/tui-rs)
## Getting Started
* Fork it.
Expand Down Expand Up @@ -71,7 +71,7 @@ Open your forked repo in your browser and then raise a PR to the `master` branch


## Contributing
To start contributing, check out [CONTRIBUTING.md](https://github.com/IEEE-VIT/Templa-rs/blob/master/CONTRIBUTING.md). New contributors are always welcome to support this project. If you want something gentle to start with, check out issues labelled as `easy` or `good-first-issue`. Check out issues labelled as `hacktoberfest` if you are up for some grabs! :)
To start contributing, check out [CONTRIBUTING.md](https://github.com/IEEE-VIT/Templa-rs/blob/master/CONTRIBUTING.md). New contributors are always welcome to support this project. If you want something gentle to start with, check out issues labelled as `difficulty-easy` or `good-first-issue`. Check out issues labelled as `hacktoberfest` if you are up for some grabs! :)

## License
This project is licensed under [MIT](https://github.com/IEEE-VIT/Templa-rs/blob/master/LICENSE.md).
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ mod size;
mod tui;
mod app;

const SUBMODULES_URL: &str =
"https://api.github.com/repos/IEEE-VIT/templa-rs/contents/submodules.json";
const SUBMODULES_URL: &str = "https://api.github.com/repos/IEEE-VIT/templa-rs/contents/submodules.json";

fn fetch_submodules() -> Result<Vec<models::structs::Submodule>, Box<dyn std::error::Error>> {
let client = Client::builder()
Expand Down

0 comments on commit d8a8206

Please sign in to comment.