From 77d3f0a3e7991fb18d328566194044fcb2c98978 Mon Sep 17 00:00:00 2001 From: 0xdie <94481845+0xdie@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:25:04 +0300 Subject: [PATCH] Fix: markdown (#12861) --- docs/trezor-emulator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/trezor-emulator.md b/docs/trezor-emulator.md index 8f66ba213..bf232a09c 100644 --- a/docs/trezor-emulator.md +++ b/docs/trezor-emulator.md @@ -13,7 +13,7 @@ Follow this instructions: https://github.com/trezor/trezor-core/blob/master/docs ## 3 - Restart the bridge with emulator support (Mac OSx instructions) -` +``` # stop any existing instance of trezord killall trezord @@ -22,4 +22,4 @@ Follow this instructions: https://github.com/trezor/trezor-core/blob/master/docs # launch the emulator ~/trezor-core/emu.sh -` +````