Skip to content

Commit

Permalink
Documentation Updates & Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Jun 14, 2024
1 parent d487229 commit 531536a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

This repository contains the Bus Reservation System Management project developed using Object Oriented Programming (OOP) and File Handling concepts in C++.

[![Stars](https://img.shields.io/github/stars/nixrajput/bus-reservation-system-cpp?label=Stars&style=flat)][repo]
[![Forks](https://img.shields.io/github/forks/nixrajput/bus-reservation-system-cpp?label=Forks&style=flat)][repo]
[![Watchers](https://img.shields.io/github/watchers/nixrajput/bus-reservation-system-cpp?label=Watchers&style=flat)][repo]
[![Contributors](https://img.shields.io/github/contributors/nixrajput/bus-reservation-system-cpp?label=Contributors&style=flat)][repo]
[![Stars](https://img.shields.io/github/stars/nixrajput/bus-reservation-system-cpp-cpp?label=Stars&style=flat)][repo]
[![Forks](https://img.shields.io/github/forks/nixrajput/bus-reservation-system-cpp-cpp?label=Forks&style=flat)][repo]
[![Watchers](https://img.shields.io/github/watchers/nixrajput/bus-reservation-system-cpp-cpp?label=Watchers&style=flat)][repo]
[![Contributors](https://img.shields.io/github/contributors/nixrajput/bus-reservation-system-cpp-cpp?label=Contributors&style=flat)][repo]

[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/bus-reservation-system-cpp?label=Last+Commit&style=flat)][repo]
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/bus-reservation-system-cpp?label=Issues&style=flat)][issues]
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/bus-reservation-system-cpp?label=Pull+Requests&style=flat)][pulls]
[![GitHub Licence](https://img.shields.io/github/license/nixrajput/bus-reservation-system-cpp?label=Licence&style=flat)][license]
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/bus-reservation-system-cpp-cpp?label=Last+Commit&style=flat)][repo]
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/bus-reservation-system-cpp-cpp?label=Issues&style=flat)][issues]
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/bus-reservation-system-cpp-cpp?label=Pull+Requests&style=flat)][pulls]
[![GitHub Licence](https://img.shields.io/github/license/nixrajput/bus-reservation-system-cpp-cpp?label=Licence&style=flat)][license]

## Table of Contents

Expand Down Expand Up @@ -82,13 +82,13 @@ To get started with the development or usage of this project, follow the instruc
1. Clone this repository to your local machine:

```bash
git clone https://github.com/nixrajput/bus-reservation-system.git
git clone https://github.com/nixrajput/bus-reservation-system-cpp.git
```

2. Navigate into the cloned repository directory:

```bash
cd bus-reservation-system
cd bus-reservation-system-cpp
```

### Compilation
Expand Down Expand Up @@ -191,6 +191,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
[gmail]: mailto:nkr.nikhil.nkr@gmail.com
[repo]: https://github.com/nixrajput/bus-reservation-system-cpp
[issues]: https://github.com/nixrajput/bus-reservation-system-cpp
[issues]: https://github.com/nixrajput/bus-reservation-system-cpp/issues
[pulls]: https://github.com/nixrajput/bus-reservation-system-cpp/pulls
[license]: https://github.com/nixrajput/bus-reservation-system-cpp/blob/master/LICENSE.md
[license]: https://github.com/nixrajput/bus-reservation-system-cpp/blob/master/LICENSE

0 comments on commit 531536a

Please sign in to comment.