From 83fd7790f4bc311b4fb2128633d0caeba59bc900 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Mon, 9 Sep 2024 22:25:27 -0400 Subject: [PATCH] fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 308a08e..0bdaf74 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To do so, use the following steps. 1. Generate a *CWL* corresponding to the Notebook. This will also build a Docker image with all necessary dependencies. ```shell - jupyter-repo2cwl "https://github.com/crim-ca/ncml2sta" -o /tmp + jupyter-repo2cwl "https://github.com/crim-ca/ncml2stac" -o /tmp ``` (replace the Git repository URL by the path if the clone locally)