소스 검색

Minor README fixes

Jeremy Tuloup 5 년 전
부모
커밋
ace1d0234c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -10,7 +10,7 @@ This extension is under active development and is not yet available.
 ## Prerequisites
 
 - JupyterLab 1.1+
-- xeus-python 0.5+
+- xeus-python 0.6.5+
 
 ## Development
 
@@ -24,19 +24,19 @@ conda activate jupyterlab-debugger
 # Install dependencies
 jlpm
 
-# Build Typescript source
+# Build TypeScript source
 jlpm build
 
 # Link your development version of the extension with JupyterLab
 jupyter labextension link .
 
-# Rebuild Typescript source after making changes
+# Rebuild TypeScript source after making changes
 jlpm build
 
 # Rebuild JupyterLab after making any changes
 jupyter lab build
 
-# Start JupyterLab with the kernel logs enabled and watch move enabled
+# Start JupyterLab with the kernel logs enabled and watch mode enabled
 XEUS_LOG=1 jupyter lab --no-browser --watch
 ```