From bd94dadef17cc7d3fb806a51b838bdffbcd645db Mon Sep 17 00:00:00 2001 From: Otavio Rodolfo Piske Date: Sun, 19 Mar 2017 11:04:25 +0100 Subject: [PATCH] Adjusted formatting so that a command name follows the same formatting pattern as the rest of the document Signed-off-by: Otavio Rodolfo Piske --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c9ba42..3a44304f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ cmake -GNinja -DCMAKE_BUILD_TYPE=Debug git/org.eclipse.paho.mqtt.c Test code is available in the ``test`` directory. The tests can be built and executed with the CMake build system. The test execution requires a MQTT broker running. By default, the build system uses ```localhost```, however it is possible to configure the build to use an external broker. These parameters are documented in the Build Requirements section above. -After ensuring a MQTT broker is available, it is possible to execute the tests by starting the proxy and running ctest as described below: +After ensuring a MQTT broker is available, it is possible to execute the tests by starting the proxy and running `ctest` as described below: ``` python ../test/mqttsas2.py &