Browse Source

docs: fix commands to watch

Eric Charles 4 years ago
parent
commit
cbb863c506
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/source/developer/extension_dev.rst

+ 2 - 2
docs/source/developer/extension_dev.rst

@@ -63,8 +63,8 @@ Workflow for extension authors
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 - Use the ``cookiecutter`` to create the extension
 - Run ``jupyter labextension develop`` to build and symlink the files
-- Run ``jupyter labextension watch`` to start watching
-- Run ``jupyter lab``
+- Run ``jlpm run watch`` to start watching
+- Run ``jupyter lab --watch``
 - Make changes to source
 - Refresh the application page
 - When finished, publish the package to ``pypi``/``conda``