From 1ac960127e5401090964218143c2fee05a7ff64b Mon Sep 17 00:00:00 2001 From: Payden Sutherland Date: Thu, 15 Nov 2012 11:19:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'