From 3dbcb939f93fd54ac8dc0a1184c843bae288c757 Mon Sep 17 00:00:00 2001 From: Arie Matsliah <77343675+ariematsliah-princeton@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:56:16 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67673d4d..6df473be 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ poetry shell ### Download and initialize the FlyWire connectome data (initially or upon version updates) ```bash -./scripts/init_data.sh +./scripts/make_data.sh ``` ## Run service locally