From 7d818c21729feb08292fbe322411124150cb0d0e Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Sat, 21 Oct 2023 07:55:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d22a307..09234d5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ MATLAB support is in development. ```bash python -m pip install -U cookiecutter pynwb hdmf-docutils ``` -3. Run cookiecutter on your local working directory: +3. Run cookiecutter in the directory where you want to create a new directory with the extension: ```bash cookiecutter gh:nwb-extensions/ndx-template ```