aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-12-07 10:59:32 -0500
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-12-07 10:59:32 -0500
commite25ea4ff2a009a7db2b622ec3d0b7ad055672cd9 (patch)
treec4542106e73422cb1ce978043450e671039a23fb
parent90a03f0f871e8d68d25a9b8bef36a9838c2f5bf5 (diff)
downloadclp_fortran-e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9.tar.gz
clp_fortran-e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9.zip
Fixed two headings that should have been bold in README.md
-rw-r--r--README.md4
1 files 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