Skip to content

Commit d14acd8

Browse files
committed
Fixing a typo.
1 parent 423d929 commit d14acd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ APIs of ABC compiled as a static library.
1818

1919
To build the demo program
2020

21-
* Copy demo.cc and libabc.a to the working directory
21+
* Copy demo.c and libabc.a to the working directory
2222
* Run `gcc -Wall -g -c demo.c -o demo.o`
2323
* Run `g++ -g -o demo demo.o libabc.a -lm -ldl -lreadline -lpthread`
2424

0 commit comments

Comments
 (0)