Browse Source

docs(dev): maintain style

Bad3r 2 years ago
parent
commit
d8303d055c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/dev-practices.md

+ 3 - 2
docs/dev-practices.md

@@ -215,13 +215,14 @@ database changes in realtime. See [these
 docs](https://github.com/logseq/bb-tasks#logseqbb-tasksnbbwatch) for more info.
 
 ## FAQ
+
 If dev app launch failed after electron upgrade:
-```
+```sh
 yarn
 yarn watch
 ```
 In another window:
-```
+```sh
 cd static
 yarn
 cd ..