Просмотр исходного кода

reverted the previous changes and updated mkdocs

joe 3 лет назад
Родитель
Сommit
c6fe16cd79
1 измененных файлов с 1 добавлено и 1 удалено
  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.