aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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