From 2f93ccdd650b1e0a411af68401581e2c8e91b413 Mon Sep 17 00:00:00 2001 From: Alice Date: Thu, 19 Feb 2026 11:03:05 +0100 Subject: [PATCH] small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291cb1f..9a88f0a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ import aare f = aare.File('Some/File/I/Want_to_open_master_0.json') ``` -To run form other folders either add the path to your conda environment using conda-build or add the module to your PYTHONPATH +To run from other folders either add the path to your conda environment using conda-build or add the module to your PYTHONPATH ```bash export PYTHONPATH=path_to_aare/aare/build:$PYTHONPATH