summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be02c72f..be617877 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ APIs of ABC compiled as a static library.
To build the demo program
- * Copy demo.cc and libabc.a to the working directory
+ * Copy demo.c and libabc.a to the working directory
* Run `gcc -Wall -g -c demo.c -o demo.o`
* Run `g++ -g -o demo demo.o libabc.a -lm -ldl -lreadline -lpthread`