Update README.build.md

Fix invalid formatting.

Mostly to test if CI still works :)
This commit is contained in:
Joakim Söderberg 2015-10-16 21:19:13 +02:00
parent 74a54e8b94
commit 0c8b1ce780

View file

@ -45,7 +45,7 @@ Building on Unix:
$ cmake ..
```
(**NOTE**: The `build/`` directory can have any name and be located anywhere
(**NOTE**: The `build/` directory can have any name and be located anywhere
on your filesystem, and that the argument `..` given to cmake is simply
the source directory of **libwebsockets** containing the [CMakeLists.txt](CMakeLists.txt)
project file. All examples in this file assumes you use "..")