1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Fix: markdown (#12861)

This commit is contained in:
0xdie 2021-11-26 01:25:04 +03:00 committed by GitHub
parent 74b3a3a1c8
commit 77d3f0a3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
`
````