From 5c2969c0f09f5f4c19a773d40de7fa328fd7cc46 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 23 Mar 2016 12:51:41 +0900 Subject: [PATCH] Fix typo --- examples/c/README | 2 +- examples/maxsat/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/c/README b/examples/c/README index 5ea885519..4ca71e0f8 100644 --- a/examples/c/README +++ b/examples/c/README @@ -1,4 +1,4 @@ -Small example using the c++ bindings. +Small example using the C bindings. To build the example execute make examples in the build directory. diff --git a/examples/maxsat/README b/examples/maxsat/README index cf022d847..e5e4ba610 100644 --- a/examples/maxsat/README +++ b/examples/maxsat/README @@ -1,4 +1,4 @@ -Small example using the c++ bindings. +Small example using the C bindings. To build the example execute make examples in the build directory.