From 61ee8bb911d441d2a17095711009251377e17098 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 21 Jul 2022 10:52:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da8bdcd66..84260a7cb 100644 --- a/README.md +++ b/README.md @@ -136,4 +136,4 @@ Now, to build the documention issue the following command in your terminal: sphinx-build -b html docs ./docs/_build/ ``` -This builds the html under `/docs/_build/` (from your root directory, where you have installed `nwb-conversion-tools`). This allows you to review the outcome of the process localy before commiting code. +This builds the html under `/docs/_build/` (from your root directory, where you have installed `neuroconv`). This allows you to review the outcome of the process localy before commiting code.