From 066ecda4de90fea0bd4a5a8d54d4e688dcd64d73 Mon Sep 17 00:00:00 2001 From: arun3688 Date: Wed, 8 Nov 2023 11:43:52 +0100 Subject: [PATCH] fix status badge alignment (#186) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90db041..63fbabf 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ OMPython is a Python interface that uses ZeroMQ or CORBA (omniORB) to communicate with OpenModelica. -[![FMITest](https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml/badge.svg)] -(https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml) -[![Test](https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml/badge.svg)] -(https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml) +[![FMITest](https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml/badge.svg)](https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml) +[![Test](https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml/badge.svg)](https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml) ## Dependencies