From e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 7 Dec 2020 10:59:32 -0500 Subject: Fixed two headings that should have been bold in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 670a96a..9dbfdde 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ The instructions for working with prebuilt COIN Linear Programming libraries on Four Simply Fortran projects are included in this distribution. -** For Compiling the Clp-Fortran interface library: ** +**For Compiling the Clp-Fortran interface library:** * *libClpFortran.prj* - Produces a static library for use with the static build of the COIN Linear Programming library in *clp-bin* * *libClpFortran.dll.prj* - Produces a DLL for use with the prebuilt COIN Linear Programming DLL library in *clp-dll* -** Examples using the Clp-Fortran interface library: ** +**Examples using the Clp-Fortran interface library:** * *clp-example.prj* - Builds an example program using static libraries * *clp-example-using-dlls.prj* - Builds an example program using shared libraries -- cgit v1.2.3