소스 검색

reverted the previous changes and updated mkdocs

joe 3 년 전
부모
커밋
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.