Skip to content

Commit 6ab8ee0

Browse files
committed
Fix indentation for Markdown code block rendering
1 parent 6140312 commit 6ab8ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Currently doesn't write to a secure WebSocket connection (i.e. `wss://`).
2323
1. Install [Conan](https://conan.io/downloads) - a free and open-source C/C++ package manager.
2424
2. Create a default Conan profile:
2525

26-
conan profile detect --force
26+
conan profile detect --force
2727

2828
3. Install dmon (**requires** `curl`):
2929

30-
./install-dmon.bash
30+
./install-dmon.bash
3131

3232
4. `conan install . --output-folder=build --build=missing`
3333

0 commit comments

Comments
 (0)