From de39a95a781a09d5e73f19ea3a9dffe4c4931444 Mon Sep 17 00:00:00 2001 From: Nanjiang Shu Date: Wed, 11 Dec 2024 11:07:19 +0100 Subject: [PATCH] readme: grammatical correction Co-authored-by: Joakim Bygdell --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c952962dc..be6bdc999 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -59,7 +59,7 @@ docker stop ingest docker cp verify:/shared /tmp/ ``` -This will copy all data from the container's `/shared` folder to `/tmp/shared` on your local machine, so that we have access to all the required auto generated files that will be required. +This will copy all data from the container's `/shared` folder to `/tmp/shared` on your local machine, so that we have access to all the auto generated files that will be required. - Change to the folder `sda` and start the `ingest` service using: