From 2ddff25e9957eef15aaa3f69199908e3c2dd8bf5 Mon Sep 17 00:00:00 2001 From: "Jose M. Pizarro" <112697669+JosePizarro3@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:10:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c128bc2..a8f8345 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To deploy the plugin in your local NOMAD installation, follow the next steps: export PYTHONPATH="$PYTHONPATH:/src" ``` -If you are working in this repository, you just need to activate the environment to start working using the ```nomad-parser.magres``` package locally in your own Python scripts. +If you are working in this repository, you just need to activate the environment to start working using the ```nomad-parser-magres``` package locally in your own Python scripts. ### Run linting and auto-formatting Ruff auto-formatting is also a part of the GitHub workflow actions. Make sure that before you make a Pull Request to add your contributions to this repo, the following commands run in your local without any errors otherwise the workflow action will fail.