summaryrefslogtreecommitdiff
path: root/examples/c++/calc++/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c++/calc++/README.md')
-rw-r--r--examples/c++/calc++/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/c++/calc++/README.md b/examples/c++/calc++/README.md
index 1a6a8722..2c0a8363 100644
--- a/examples/c++/calc++/README.md
+++ b/examples/c++/calc++/README.md
@@ -5,9 +5,9 @@ saw the traditional implementation in C, please first read
examples/c/lexcalc, which can be seen as a C precursor of this example.
Read the corresponding chapter in the documentation: "A Complete C++
-Example". It is also available on line (maybe with a different version of
-Bison):
-https://www.gnu.org/software/bison/manual/html_node/A-Complete-C_002b_002b-Example.html
+Example". It is also available [on
+line](https://www.gnu.org/software/bison/manual/html_node/A-Complete-C_002b_002b-Example.html)
+(maybe with a different version of Bison).
To use it, copy this directory into some work directory, and run `make` to
compile the executable, and try it. It is a simple calculator which accepts