diff --git a/examples/README.md b/examples/README.md index 473efb8..6d5372b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,5 +3,5 @@ Build Instructions Compile example files with the following gcc flags: ``` -gcc -o bot bot.c `pkg-config --cflags --libs libstrophe` +gcc -o bot bot.c `pkg-config --cflags --libs libmesode` ```