From 0c10493bc24909d9ffa4e97b5ffe8e5b358a3560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kala=C5=A1?= Date: Tue, 10 Oct 2023 18:14:46 +0200 Subject: [PATCH] Fixed a tiny typo --- example/model_creation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/model_creation.ipynb b/example/model_creation.ipynb index 2e3518c0..dc81c52e 100644 --- a/example/model_creation.ipynb +++ b/example/model_creation.ipynb @@ -5,7 +5,7 @@ "id": "9943dc62", "metadata": {}, "source": [ - "# Create a biomiage.io model package\n", + "# Create a bioimage.io model package\n", "\n", "`bioimageio.core` implements functionality to create a zipped bioimage.io model. This zip can then be run in software that supports the bioimage.io specification and can be uploaded to [bioimage.io](https://bioimage.io/#/) in order to make it publicly available. For details on how to upload the model, see [these instructions](https://bioimage.io/docs/#/contribute_models/README).\n", "\n",