Skip to content

Commit

Permalink
Merge branch 'master' into newCapModel3
Browse files Browse the repository at this point in the history
  • Loading branch information
MSK61 committed Oct 9, 2024
2 parents c5c1303 + d2062d4 commit 2437b09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ A simulator for program execution on pipelined processors
[![Coverage Status](https://coveralls.io/repos/github/MSK61/processorsim/badge.svg?branch=master)](https://coveralls.io/github/MSK61/processorsim?branch=master)
[![license](https://img.shields.io/github/license/MSK61/processorsim)](https://www.gnu.org/licenses/lgpl-3.0)
![Written in Python](https://img.shields.io/static/v1?label=&message=Python&color=3C78A9&logo=python&logoColor=FFFFFF)
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/MSK61/processorsim)


## Usage/Examples
Expand All @@ -32,7 +31,7 @@ Install processorsim with pipenv.

## Running Tests

To run tests, run the following command(inside the local repo directory)
To run tests, run the following command(inside the local repo directory).

```bash
pipenv run ./test.sh
Expand Down

0 comments on commit 2437b09

Please sign in to comment.