From 71a1b86b4f3767504a4be7d95ce4761e8f2b02eb Mon Sep 17 00:00:00 2001 From: Marina Kan <113850522+marinak-ebi@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:43:56 +0100 Subject: [PATCH] Update README.md --- impc_api_helper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impc_api_helper/README.md b/impc_api_helper/README.md index 2789a47..106df51 100644 --- a/impc_api_helper/README.md +++ b/impc_api_helper/README.md @@ -11,7 +11,7 @@ The functions in this package are intended for use on a Jupyter Notebook. 3. Install the package running `pip install .` 4. Try it out: Go to Jupyter Notebook and some examples below: -### Avaialble functions +### Available functions The available functions can be imported as: `from impc_api_helper import solr_request, batch_request, facet_request, iterator_solr_request`