From 58a158e7b5b2d7767ae3a8161927dee3b96502f8 Mon Sep 17 00:00:00 2001 From: Mohammed El-Afifi Date: Thu, 10 Oct 2024 01:16:09 +0200 Subject: [PATCH 1/2] Remove a dead link in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 98fd27e..becc408 100644 --- a/README.md +++ b/README.md @@ -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 From d2062d4fb6cfccc15d937b01b8807f6c71c846cf Mon Sep 17 00:00:00 2001 From: Mohammed El-Afifi Date: Thu, 10 Oct 2024 01:18:21 +0200 Subject: [PATCH 2/2] Fix punctuation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index becc408..40593b3 100644 --- a/README.md +++ b/README.md @@ -31,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