Browse Source

reverted the previous changes and updated mkdocs

joe 3 năm trước cách đây
mục cha
commit
c6fe16cd79
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/extension_dev.md

+ 1 - 1
docs/extension_dev.md

@@ -58,6 +58,6 @@ To begin the development for Visual Studio Code extension, install all the neces
 
 Then precompile the extension :
 
-`Npm run precompile`
+`npm run precompile`
 
 To run and test extension, utilize the Visual Studio Code’s debugging tools.