Remove useless instructions. (#52) The library is built as a shared library by default. Adding a static configuration requires some more work, and probably not really needed, most people will just embed the code.
diff --git a/README.md b/README.md
index b4d95c9..3c95d66 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,6 @@ MD4C is C Markdown parser with the following features:
[Cmark](https://github.com/jgm/cmark).
-## Building MD4C as a shared library
-
-Be sure to define BUILD_SHARED_LIBS when building.
-
## Using MD4C
The parser is implemented in a single C source file `md4c.c` and its