From df4f3c9b1bf33a1fa853d2fc5c2e1564efb8ab2e Mon Sep 17 00:00:00 2001 From: James <144615809+JamesOBrien2@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:29:36 +0100 Subject: [PATCH] Update README.md Fixed typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c190f6a..f8404ed 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The logic behind this choice is that rmsd ought to be good except in cases where The examples subdirectory contains some examples obtained by running [CREST](https://xtb-docs.readthedocs.io/en/latest/crest.html). Any of the xyz files can be run as: ```python -navicar_marc -i [FILENAME] +navicat_marc -i [FILENAME] ``` Options can be consulted with the `-h` flag.