Forráskód Böngészése

Merge pull request #184 from jtpio/readme-fixes

Minor README fixes
Jeremy Tuloup 5 éve
szülő
commit
6e54427141
1 módosított fájl, 4 hozzáadás és 4 törlés
  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
 ```