diff --git a/README.md b/README.md index b8ed833..9557f74 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ Also, to install: ./configure && make && sudo make install -Then link your C program against websock: 'gcc -g -O2 -o test test.c -lwsclient' +Then link your C program against wsclient: 'gcc -g -O2 -o test test.c -lwsclient'